Color Hex Logo

#bdc85a Color Hex

#BDC85A
(189,200,90)
0 Favorites   0 Comments

Color spaces of #bdc85a

RGB 18920090
HSL0.180.500.57
HSV66°55°78°
CMYK 0.050.000.55   0.22
XYZ43.486052.865617.5850
Yxy52.86560.38170.4640
Hunter Lab72.7087-20.482136.5565
CIE-Lab77.7956-19.013852.8008

#bdc85a color RGB value is (189,200,90).

#bdc85a hex color red value is 189, green value is 200 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bdc85a hue: 0.18 , saturation: 0.50 and the lightness value of bdc85a is 0.57.

The process color (four color CMYK) of #bdc85a color hex is 0.05, 0.00, 0.55, 0.22. Web safe color of #bdc85a is #cccc66. Color #bdc85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 01011010
Octal 275 310 132
Decimal 189 200 90
Hex BD C8 5A

RGB Percentages of Color #bdc85a

%39.46
%41.75
%18.79

CMYK Percentages of Color #bdc85a

%5
%0
%55
%22

Triadic Colors of #bdc85a

#bdc85a #5abdc8 #c85abd

Analogous Colors of #bdc85a

#bdc85a #86c85a #c89c5a

Monochromatic Colors of #bdc85a

#bdc85a

Complementary Color

#bdc85a #655ac8

#bdc85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc85a Color CSS Codes

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

#bdc85a Text Font Color

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

This sample text font color is #bdc85a
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.


#bdc85a Background Color

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

This div background color is #bdc85a


#bdc85a Border Color

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

This div border color is #bdc85a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,200,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdc85a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdc85a;
  -webkit-box-shadow: 1px 1px 3px 2px #bdc85a;
  box-shadow:         1px 1px 3px 2px #bdc85a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,200,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc85a


Comments

No comments written yet.

Please login to write comment.