Color Hex Logo

#bcd05c Color Hex

#BCD05C
(188,208,92)
0 Favorites   0 Comments

Color spaces of #bcd05c

RGB 18820892
HSL0.200.550.59
HSV70°56°82°
CMYK 0.100.000.56   0.18
XYZ45.226756.575818.6617
Yxy56.57580.37540.4696
Hunter Lab75.2169-24.300437.9417
CIE-Lab79.9404-23.185154.3197

#bcd05c color RGB value is (188,208,92).

#bcd05c hex color red value is 188, green value is 208 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bcd05c hue: 0.20 , saturation: 0.55 and the lightness value of bcd05c is 0.59.

The process color (four color CMYK) of #bcd05c color hex is 0.10, 0.00, 0.56, 0.18. Web safe color of #bcd05c is #cccc66. Color #bcd05c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 01011100
Octal 274 320 134
Decimal 188 208 92
Hex BC D0 5C

RGB Percentages of Color #bcd05c

%38.52
%42.62
%18.85

CMYK Percentages of Color #bcd05c

%10
%0
%56
%18

Triadic Colors of #bcd05c

#bcd05c #5cbcd0 #d05cbc

Analogous Colors of #bcd05c

#bcd05c #82d05c #d0aa5c

Monochromatic Colors of #bcd05c

#bcd05c

Complementary Color

#bcd05c #705cd0

#bcd05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd05c Color CSS Codes

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

#bcd05c Text Font Color

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

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


#bcd05c Background Color

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

This div background color is #bcd05c


#bcd05c Border Color

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

This div border color is #bcd05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd05c


Comments

No comments written yet.

Please login to write comment.