Color Hex Logo

#bcde9b Color Hex

#BCDE9B
(188,222,155)
0 Favorites   0 Comments

Color spaces of #bcde9b

RGB 188222155
HSL0.250.500.74
HSV90°30°87°
CMYK 0.150.000.30   0.13
XYZ52.776765.300540.8330
Yxy65.30050.33210.4109
Hunter Lab80.8087-24.835826.6066
CIE-Lab84.6383-22.821229.2872

#bcde9b color RGB value is (188,222,155).

#bcde9b hex color red value is 188, green value is 222 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bcde9b hue: 0.25 , saturation: 0.50 and the lightness value of bcde9b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10011011
Octal 274 336 233
Decimal 188 222 155
Hex BC DE 9B

RGB Percentages of Color #bcde9b

%33.27
%39.29
%27.43

CMYK Percentages of Color #bcde9b

%15
%0
%30
%13

Triadic Colors of #bcde9b

#bcde9b #9bbcde #de9bbc

Analogous Colors of #bcde9b

#bcde9b #9bde9c #dede9b

Monochromatic Colors of #bcde9b

#bcde9b

Complementary Color

#bcde9b #bd9bde

#bcde9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde9b Color CSS Codes

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

#bcde9b Text Font Color

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

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


#bcde9b Background Color

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

This div background color is #bcde9b


#bcde9b Border Color

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

This div border color is #bcde9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde9b


Comments

No comments written yet.

Please login to write comment.