Color Hex Logo

#bdc75c Color Hex

#BDC75C
(189,199,92)
0 Favorites   0 Comments

Color spaces of #bdc75c

RGB 18919992
HSL0.180.490.57
HSV66°54°78°
CMYK 0.050.000.54   0.22
XYZ43.341552.438417.9625
Yxy52.43840.38100.4610
Hunter Lab72.4144-19.889235.9831
CIE-Lab77.5422-18.349051.5901

#bdc75c color RGB value is (189,199,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01011100
Octal 275 307 134
Decimal 189 199 92
Hex BD C7 5C

RGB Percentages of Color #bdc75c

%39.38
%41.46
%19.17

CMYK Percentages of Color #bdc75c

%5
%0
%54
%22

Triadic Colors of #bdc75c

#bdc75c #5cbdc7 #c75cbd

Analogous Colors of #bdc75c

#bdc75c #88c75c #c79c5c

Monochromatic Colors of #bdc75c

#bdc75c

Complementary Color

#bdc75c #665cc7

#bdc75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc75c Color CSS Codes

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

#bdc75c Text Font Color

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

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


#bdc75c Background Color

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

This div background color is #bdc75c


#bdc75c Border Color

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

This div border color is #bdc75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc75c


Comments

No comments written yet.

Please login to write comment.