Color Hex Logo

#ccffae Color Hex

#CCFFAE
(204,255,174)
0 Favorites   0 Comments

Color spaces of #ccffae

RGB 204255174
HSL0.271.000.84
HSV98°32°100°
CMYK 0.200.000.32   0.00
XYZ68.301887.413453.3170
Yxy87.41340.32680.4182
Hunter Lab93.4951-33.215431.6356
CIE-Lab94.9134-30.222933.5904

#ccffae color RGB value is (204,255,174).

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

The process color (four color CMYK) of #ccffae color hex is 0.20, 0.00, 0.32, 0.00. Web safe color of #ccffae is #ccff99. Color #ccffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 10101110
Octal 314 377 256
Decimal 204 255 174
Hex CC FF AE

RGB Percentages of Color #ccffae

%32.23
%40.28
%27.49

CMYK Percentages of Color #ccffae

%20
%0
%32
%0

Triadic Colors of #ccffae

#ccffae #aeccff #ffaecc

Analogous Colors of #ccffae

#ccffae #aeffb9 #f5ffae

Monochromatic Colors of #ccffae

#ccffae

Complementary Color

#ccffae #e1aeff

#ccffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffae Color CSS Codes

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

#ccffae Text Font Color

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

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


#ccffae Background Color

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

This div background color is #ccffae


#ccffae Border Color

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

This div border color is #ccffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffae


Comments

No comments written yet.

Please login to write comment.