Color Hex Logo

#bcde8b Color Hex

#BCDE8B
(188,222,139)
0 Favorites   0 Comments

Color spaces of #bcde8b

RGB 188222139
HSL0.230.560.71
HSV85°37°87°
CMYK 0.150.000.37   0.13
XYZ51.520564.798034.2179
Yxy64.79800.34220.4304
Hunter Lab80.4972-26.625031.1449
CIE-Lab84.3795-24.992537.0925

#bcde8b color RGB value is (188,222,139).

#bcde8b hex color red value is 188, green value is 222 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bcde8b hue: 0.23 , saturation: 0.56 and the lightness value of bcde8b is 0.71.

The process color (four color CMYK) of #bcde8b color hex is 0.15, 0.00, 0.37, 0.13. Web safe color of #bcde8b is #cccc99. Color #bcde8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10001011
Octal 274 336 213
Decimal 188 222 139
Hex BC DE 8B

RGB Percentages of Color #bcde8b

%34.24
%40.44
%25.32

CMYK Percentages of Color #bcde8b

%15
%0
%37
%13

Triadic Colors of #bcde8b

#bcde8b #8bbcde #de8bbc

Analogous Colors of #bcde8b

#bcde8b #93de8b #ded78b

Monochromatic Colors of #bcde8b

#bcde8b

Complementary Color

#bcde8b #ad8bde

#bcde8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde8b Color CSS Codes

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

#bcde8b Text Font Color

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

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


#bcde8b Background Color

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

This div background color is #bcde8b


#bcde8b Border Color

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

This div border color is #bcde8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde8b


Comments

No comments written yet.

Please login to write comment.