Color Hex Logo

#bcedaa Color Hex

#BCEDAA
(188,237,170)
0 Favorites   0 Comments

Color spaces of #bcedaa

RGB 188237170
HSL0.290.650.80
HSV104°28°93°
CMYK 0.210.000.28   0.07
XYZ58.278974.162049.2733
Yxy74.16200.32070.4081
Hunter Lab86.1174-29.907626.3585
CIE-Lab88.9990-27.804927.4837

#bcedaa color RGB value is (188,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 10101010
Octal 274 355 252
Decimal 188 237 170
Hex BC ED AA

RGB Percentages of Color #bcedaa

%31.60
%39.83
%28.57

CMYK Percentages of Color #bcedaa

%21
%0
%28
%7

Triadic Colors of #bcedaa

#bcedaa #aabced #edaabc

Analogous Colors of #bcedaa

#bcedaa #aaedba #deedaa

Monochromatic Colors of #bcedaa

#bcedaa

Complementary Color

#bcedaa #dbaaed

#bcedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedaa Color CSS Codes

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

#bcedaa Text Font Color

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

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


#bcedaa Background Color

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

This div background color is #bcedaa


#bcedaa Border Color

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

This div border color is #bcedaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,237,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 #bcedaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedaa


Comments

No comments written yet.

Please login to write comment.