Color Hex Logo

#ccf4ae Color Hex

#CCF4AE
(204,244,174)
0 Favorites   0 Comments

Color spaces of #ccf4ae

RGB 204244174
HSL0.260.760.82
HSV94°29°96°
CMYK 0.160.000.29   0.04
XYZ64.892580.594752.1805
Yxy80.59470.32830.4077
Hunter Lab89.7746-28.078828.3805
CIE-Lab91.9510-25.033229.6111

#ccf4ae color RGB value is (204,244,174).

#ccf4ae hex color red value is 204, green value is 244 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ccf4ae hue: 0.26 , saturation: 0.76 and the lightness value of ccf4ae is 0.82.

The process color (four color CMYK) of #ccf4ae color hex is 0.16, 0.00, 0.29, 0.04. Web safe color of #ccf4ae is #ccff99. Color #ccf4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 10101110
Octal 314 364 256
Decimal 204 244 174
Hex CC F4 AE

RGB Percentages of Color #ccf4ae

%32.80
%39.23
%27.97

CMYK Percentages of Color #ccf4ae

%16
%0
%29
%4

Triadic Colors of #ccf4ae

#ccf4ae #aeccf4 #f4aecc

Analogous Colors of #ccf4ae

#ccf4ae #aef4b3 #eff4ae

Monochromatic Colors of #ccf4ae

#ccf4ae

Complementary Color

#ccf4ae #d6aef4

#ccf4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf4ae Color CSS Codes

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

#ccf4ae Text Font Color

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

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


#ccf4ae Background Color

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

This div background color is #ccf4ae


#ccf4ae Border Color

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

This div border color is #ccf4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf4ae


Comments

No comments written yet.

Please login to write comment.