Color Hex Logo

#ccddae Color Hex

#CCDDAE
(204,221,174)
0 Favorites   0 Comments

Color spaces of #ccddae

RGB 204221174
HSL0.230.410.77
HSV82°21°87°
CMYK 0.080.000.21   0.13
XYZ58.398367.606350.0158
Yxy67.60630.33180.3841
Hunter Lab82.2231-17.112121.4904
CIE-Lab85.8092-13.765921.2166

#ccddae color RGB value is (204,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 10101110
Octal 314 335 256
Decimal 204 221 174
Hex CC DD AE

RGB Percentages of Color #ccddae

%34.06
%36.89
%29.05

CMYK Percentages of Color #ccddae

%8
%0
%21
%13

Triadic Colors of #ccddae

#ccddae #aeccdd #ddaecc

Analogous Colors of #ccddae

#ccddae #b5ddae #ddd7ae

Monochromatic Colors of #ccddae

#ccddae

Complementary Color

#ccddae #bfaedd

#ccddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccddae Color CSS Codes

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

#ccddae Text Font Color

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

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


#ccddae Background Color

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

This div background color is #ccddae


#ccddae Border Color

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

This div border color is #ccddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccddae


Comments

No comments written yet.

Please login to write comment.