Color Hex Logo

#bdc75a Color Hex

#BDC75A
(189,199,90)
0 Favorites   0 Comments

Color spaces of #bdc75a

RGB 18919990
HSL0.180.490.57
HSV66°55°78°
CMYK 0.050.000.55   0.22
XYZ43.255252.403817.5080
Yxy52.40380.38220.4631
Hunter Lab72.3905-20.024936.3337
CIE-Lab77.5217-18.515952.4877

#bdc75a color RGB value is (189,199,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01011010
Octal 275 307 132
Decimal 189 199 90
Hex BD C7 5A

RGB Percentages of Color #bdc75a

%39.54
%41.63
%18.83

CMYK Percentages of Color #bdc75a

%5
%0
%55
%22

Triadic Colors of #bdc75a

#bdc75a #5abdc7 #c75abd

Analogous Colors of #bdc75a

#bdc75a #87c75a #c79b5a

Monochromatic Colors of #bdc75a

#bdc75a

Complementary Color

#bdc75a #645ac7

#bdc75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc75a Color CSS Codes

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

#bdc75a Text Font Color

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

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


#bdc75a Background Color

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

This div background color is #bdc75a


#bdc75a Border Color

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

This div border color is #bdc75a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,199,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 #bdc75a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc75a


Comments

No comments written yet.

Please login to write comment.