Color Hex Logo

#bcd06e Color Hex

#BCD06E
(188,208,110)
0 Favorites   0 Comments

Color spaces of #bcd06e

RGB 188208110
HSL0.200.510.62
HSV72°47°82°
CMYK 0.100.000.47   0.18
XYZ46.109456.928923.3100
Yxy56.92890.36490.4506
Hunter Lab75.4512-22.955634.4987
CIE-Lab80.1396-21.520446.1140

#bcd06e color RGB value is (188,208,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 01101110
Octal 274 320 156
Decimal 188 208 110
Hex BC D0 6E

RGB Percentages of Color #bcd06e

%37.15
%41.11
%21.74

CMYK Percentages of Color #bcd06e

%10
%0
%47
%18

Triadic Colors of #bcd06e

#bcd06e #6ebcd0 #d06ebc

Analogous Colors of #bcd06e

#bcd06e #8bd06e #d0b36e

Monochromatic Colors of #bcd06e

#bcd06e

Complementary Color

#bcd06e #826ed0

#bcd06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd06e Color CSS Codes

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

#bcd06e Text Font Color

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

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


#bcd06e Background Color

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

This div background color is #bcd06e


#bcd06e Border Color

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

This div border color is #bcd06e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,208,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd06e


Comments

No comments written yet.

Please login to write comment.