Color Hex Logo

#bcdfaa Color Hex

#BCDFAA
(188,223,170)
0 Favorites   0 Comments

Color spaces of #bcdfaa

RGB 188223170
HSL0.280.450.77
HSV100°24°87°
CMYK 0.160.000.24   0.13
XYZ54.382466.369047.9745
Yxy66.36900.32230.3934
Hunter Lab81.4672-23.412122.1122
CIE-Lab85.1843-21.048222.2678

#bcdfaa color RGB value is (188,223,170).

#bcdfaa hex color red value is 188, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bcdfaa hue: 0.28 , saturation: 0.45 and the lightness value of bcdfaa is 0.77.

The process color (four color CMYK) of #bcdfaa color hex is 0.16, 0.00, 0.24, 0.13. Web safe color of #bcdfaa is #cccc99. Color #bcdfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10101010
Octal 274 337 252
Decimal 188 223 170
Hex BC DF AA

RGB Percentages of Color #bcdfaa

%32.36
%38.38
%29.26

CMYK Percentages of Color #bcdfaa

%16
%0
%24
%13

Triadic Colors of #bcdfaa

#bcdfaa #aabcdf #dfaabc

Analogous Colors of #bcdfaa

#bcdfaa #aadfb3 #d7dfaa

Monochromatic Colors of #bcdfaa

#bcdfaa

Complementary Color

#bcdfaa #cdaadf

#bcdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfaa Color CSS Codes

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

#bcdfaa Text Font Color

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

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


#bcdfaa Background Color

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

This div background color is #bcdfaa


#bcdfaa Border Color

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

This div border color is #bcdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfaa


Comments

No comments written yet.

Please login to write comment.