Color Hex Logo

#bcce7b Color Hex

#BCCE7B
(188,206,123)
0 Favorites   0 Comments

Color spaces of #bcce7b

RGB 188206123
HSL0.200.460.65
HSV73°40°81°
CMYK 0.090.000.40   0.19
XYZ46.385556.264027.1542
Yxy56.26400.35740.4335
Hunter Lab75.0093-20.882631.0429
CIE-Lab79.7638-19.118239.2207

#bcce7b color RGB value is (188,206,123).

#bcce7b hex color red value is 188, green value is 206 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bcce7b hue: 0.20 , saturation: 0.46 and the lightness value of bcce7b is 0.65.

The process color (four color CMYK) of #bcce7b color hex is 0.09, 0.00, 0.40, 0.19. Web safe color of #bcce7b is #cccc66. Color #bcce7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 01111011
Octal 274 316 173
Decimal 188 206 123
Hex BC CE 7B

RGB Percentages of Color #bcce7b

%36.36
%39.85
%23.79

CMYK Percentages of Color #bcce7b

%9
%0
%40
%19

Triadic Colors of #bcce7b

#bcce7b #7bbcce #ce7bbc

Analogous Colors of #bcce7b

#bcce7b #93ce7b #ceb77b

Monochromatic Colors of #bcce7b

#bcce7b

Complementary Color

#bcce7b #8d7bce

#bcce7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce7b Color CSS Codes

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

#bcce7b Text Font Color

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

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


#bcce7b Background Color

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

This div background color is #bcce7b


#bcce7b Border Color

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

This div border color is #bcce7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce7b


Comments

No comments written yet.

Please login to write comment.