color codes Logo

#bae77d color codes

#BAE77D
(186,231,125)
0 Favorites   0 Comments

Color spaces of #bae77d

RGB 186231125
HSL0.240.690.70
HSV85°46°91°
CMYK 0.190.000.46   0.09
XYZ52.527369.071629.9657
Yxy69.07160.34660.4557
Hunter Lab83.1093-32.624636.7991
CIE-Lab86.5395-31.664246.7000

#bae77d color RGB value is (186,231,125).

#bae77d hex color red value is 186, green value is 231 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bae77d hue: 0.24 , saturation: 0.69 and the lightness value of bae77d is 0.70.

The process color (four color CMYK) of #bae77d color code is 0.19, 0.00, 0.46, 0.09. Web safe color of #bae77d is #ccff66. Color #bae77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100111 01111101
Octal 272 347 175
Decimal 186 231 125
Hex BA E7 7D

RGB Percentages of Color #bae77d

%34.32
%42.62
%23.06

CMYK Percentages of Color #bae77d

%19
%0
%46
%9

Triadic Colors of #bae77d

#bae77d #7dbae7 #e77dba

Analogous Colors of #bae77d

#bae77d #85e77d #e7df7d

Monochromatic Colors of #bae77d

#bae77d

Complementary Color

#bae77d #aa7de7

#bae77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae77d Color CSS Codes

.mybgcolor {background-color:#bae77d; } 
.myforecolor {color:#bae77d; }
.mybordercolor {border:3px solid #bae77d; }

#bae77d Text Font Color

<p style="color:#bae77d">Text here</p>

This sample text font color is #bae77d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bae77d Background Color

<div style="background-color:#bae77d">
Div content here</div>

This div background color is #bae77d


#bae77d Border Color

<div style="border:3px solid #bae77d">
Div here</div>

This div border color is #bae77d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,231,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bae77d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bae77d;
  -webkit-box-shadow: 1px 1px 3px 2px #bae77d;
  box-shadow:         1px 1px 3px 2px #bae77d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,231,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bae77d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bae77d;
  -webkit-box-shadow: 1px 1px 3px 2px #bae77d;
  box-shadow:         1px 1px 3px 2px #bae77d;">
Div content here</div>

This div box has shadow with color #bae77d


Comments

No comments written yet.

Please login to write comment.