Color Hex Logo

#bceeaa Color Hex

#BCEEAA
(188,238,170)
0 Favorites   0 Comments

Color spaces of #bceeaa

RGB 188238170
HSL0.290.670.80
HSV104°29°93°
CMYK 0.210.000.29   0.07
XYZ58.569374.742749.3701
Yxy74.74270.32060.4091
Hunter Lab86.4539-30.367126.6597
CIE-Lab89.2723-28.278727.8545

#bceeaa color RGB value is (188,238,170).

#bceeaa hex color red value is 188, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bceeaa hue: 0.29 , saturation: 0.67 and the lightness value of bceeaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10101010
Octal 274 356 252
Decimal 188 238 170
Hex BC EE AA

RGB Percentages of Color #bceeaa

%31.54
%39.93
%28.52

CMYK Percentages of Color #bceeaa

%21
%0
%29
%7

Triadic Colors of #bceeaa

#bceeaa #aabcee #eeaabc

Analogous Colors of #bceeaa

#bceeaa #aaeeba #deeeaa

Monochromatic Colors of #bceeaa

#bceeaa

Complementary Color

#bceeaa #dcaaee

#bceeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceeaa Color CSS Codes

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

#bceeaa Text Font Color

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

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


#bceeaa Background Color

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

This div background color is #bceeaa


#bceeaa Border Color

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

This div border color is #bceeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceeaa


Comments

No comments written yet.

Please login to write comment.