Color Hex Logo

#bcddae Color Hex

#BCDDAE
(188,221,174)
0 Favorites   0 Comments

Color spaces of #bcddae

RGB 188221174
HSL0.280.410.77
HSV102°21°87°
CMYK 0.150.000.21   0.13
XYZ54.235565.460349.8210
Yxy65.46030.31990.3862
Hunter Lab80.9075-21.932620.1259
CIE-Lab84.7204-19.422619.5399

#bcddae color RGB value is (188,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 10101110
Octal 274 335 256
Decimal 188 221 174
Hex BC DD AE

RGB Percentages of Color #bcddae

%32.25
%37.91
%29.85

CMYK Percentages of Color #bcddae

%15
%0
%21
%13

Triadic Colors of #bcddae

#bcddae #aebcdd #ddaebc

Analogous Colors of #bcddae

#bcddae #aeddb8 #d4ddae

Monochromatic Colors of #bcddae

#bcddae

Complementary Color

#bcddae #cfaedd

#bcddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcddae Color CSS Codes

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

#bcddae Text Font Color

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

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


#bcddae Background Color

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

This div background color is #bcddae


#bcddae Border Color

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

This div border color is #bcddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcddae


Comments

No comments written yet.

Please login to write comment.