Color Hex Logo

#ccffaa Color Hex

#CCFFAA
(204,255,170)
2 Favorites   0 Comments

Color spaces of #ccffaa

RGB 204255170
HSL0.271.000.83
HSV96°33°100°
CMYK 0.200.000.33   0.00
XYZ67.917587.259651.2934
Yxy87.25960.32890.4226
Hunter Lab93.4128-33.690832.8326
CIE-Lab94.8483-30.783935.4983

#ccffaa color RGB value is (204,255,170). This hex color code is also a web safe color which is equal to #CFA.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 10101010
Octal 314 377 252
Decimal 204 255 170
Hex CC FF AA

RGB Percentages of Color #ccffaa

%32.43
%40.54
%27.03

CMYK Percentages of Color #ccffaa

%20
%0
%33
%0

Triadic Colors of #ccffaa

#ccffaa #aaccff #ffaacc

Analogous Colors of #ccffaa

#ccffaa #aaffb3 #f7ffaa

Monochromatic Colors of #ccffaa

#ccffaa

Complementary Color

#ccffaa #ddaaff

#ccffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffaa Color CSS Codes

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

#ccffaa Text Font Color

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

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


#ccffaa Background Color

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

This div background color is #ccffaa


#ccffaa Border Color

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

This div border color is #ccffaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,255,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffaa

Related Colors

#ccffaa Color Palettes


Comments

No comments written yet.

Please login to write comment.