Color Hex Logo

#ccf9ae Color Hex

#CCF9AE
(204,249,174)
0 Favorites   0 Comments

Color spaces of #ccf9ae

RGB 204249174
HSL0.270.860.83
HSV96°30°98°
CMYK 0.180.000.30   0.02
XYZ66.417583.644752.6889
Yxy83.64470.32760.4125
Hunter Lab91.4575-30.421829.8631
CIE-Lab93.2960-27.408131.4232

#ccf9ae color RGB value is (204,249,174).

#ccf9ae hex color red value is 204, green value is 249 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ccf9ae hue: 0.27 , saturation: 0.86 and the lightness value of ccf9ae is 0.83.

The process color (four color CMYK) of #ccf9ae color hex is 0.18, 0.00, 0.30, 0.02. Web safe color of #ccf9ae is #ccff99. Color #ccf9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 10101110
Octal 314 371 256
Decimal 204 249 174
Hex CC F9 AE

RGB Percentages of Color #ccf9ae

%32.54
%39.71
%27.75

CMYK Percentages of Color #ccf9ae

%18
%0
%30
%2

Triadic Colors of #ccf9ae

#ccf9ae #aeccf9 #f9aecc

Analogous Colors of #ccf9ae

#ccf9ae #aef9b6 #f2f9ae

Monochromatic Colors of #ccf9ae

#ccf9ae

Complementary Color

#ccf9ae #dbaef9

#ccf9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf9ae Color CSS Codes

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

#ccf9ae Text Font Color

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

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


#ccf9ae Background Color

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

This div background color is #ccf9ae


#ccf9ae Border Color

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

This div border color is #ccf9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf9ae


Comments

No comments written yet.

Please login to write comment.