Color Hex Logo

#bdc05c Color Hex

#BDC05C
(189,192,92)
0 Favorites   0 Comments

Color spaces of #bdc05c

RGB 18919292
HSL0.170.440.56
HSV62°52°75°
CMYK 0.020.000.52   0.25
XYZ41.767749.290817.4379
Yxy49.29080.38500.4543
Hunter Lab70.2074-16.670034.4189
CIE-Lab75.6319-14.830449.3748

#bdc05c color RGB value is (189,192,92).

#bdc05c hex color red value is 189, green value is 192 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bdc05c hue: 0.17 , saturation: 0.44 and the lightness value of bdc05c is 0.56.

The process color (four color CMYK) of #bdc05c color hex is 0.02, 0.00, 0.52, 0.25. Web safe color of #bdc05c is #cccc66. Color #bdc05c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 01011100
Octal 275 300 134
Decimal 189 192 92
Hex BD C0 5C

RGB Percentages of Color #bdc05c

%39.96
%40.59
%19.45

CMYK Percentages of Color #bdc05c

%2
%0
%52
%25

Triadic Colors of #bdc05c

#bdc05c #5cbdc0 #c05cbd

Analogous Colors of #bdc05c

#bdc05c #8bc05c #c0915c

Monochromatic Colors of #bdc05c

#bdc05c

Complementary Color

#bdc05c #5f5cc0

#bdc05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc05c Color CSS Codes

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

#bdc05c Text Font Color

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

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


#bdc05c Background Color

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

This div background color is #bdc05c


#bdc05c Border Color

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

This div border color is #bdc05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc05c


Comments

No comments written yet.

Please login to write comment.