Color Hex Logo

#bcee8a Color Hex

#BCEE8A
(188,238,138)
0 Favorites   0 Comments

Color spaces of #bcee8a

RGB 188238138
HSL0.250.750.74
HSV90°42°93°
CMYK 0.210.000.42   0.07
XYZ55.901073.675435.3192
Yxy73.67540.33900.4468
Hunter Lab85.8344-33.959235.6874
CIE-Lab88.7688-32.670543.2169

#bcee8a color RGB value is (188,238,138).

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

The process color (four color CMYK) of #bcee8a color hex is 0.21, 0.00, 0.42, 0.07. Web safe color of #bcee8a is #ccff99. Color #bcee8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10001010
Octal 274 356 212
Decimal 188 238 138
Hex BC EE 8A

RGB Percentages of Color #bcee8a

%33.33
%42.20
%24.47

CMYK Percentages of Color #bcee8a

%21
%0
%42
%7

Triadic Colors of #bcee8a

#bcee8a #8abcee #ee8abc

Analogous Colors of #bcee8a

#bcee8a #8aee8a #eeee8a

Monochromatic Colors of #bcee8a

#bcee8a

Complementary Color

#bcee8a #bc8aee

#bcee8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcee8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcee8a Color CSS Codes

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

#bcee8a Text Font Color

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

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


#bcee8a Background Color

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

This div background color is #bcee8a


#bcee8a Border Color

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

This div border color is #bcee8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcee8a


Comments

No comments written yet.

Please login to write comment.