Color Hex Logo

#ccf09a Color Hex

#CCF09A
(204,240,154)
0 Favorites   0 Comments

Color spaces of #ccf09a

RGB 204240154
HSL0.240.740.77
HSV85°36°94°
CMYK 0.150.000.36   0.06
XYZ61.894777.490642.2668
Yxy77.49060.34070.4266
Hunter Lab88.0287-28.543533.1522
CIE-Lab90.5469-25.867937.8057

#ccf09a color RGB value is (204,240,154).

#ccf09a hex color red value is 204, green value is 240 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ccf09a hue: 0.24 , saturation: 0.74 and the lightness value of ccf09a is 0.77.

The process color (four color CMYK) of #ccf09a color hex is 0.15, 0.00, 0.36, 0.06. Web safe color of #ccf09a is #ccff99. Color #ccf09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 10011010
Octal 314 360 232
Decimal 204 240 154
Hex CC F0 9A

RGB Percentages of Color #ccf09a

%34.11
%40.13
%25.75

CMYK Percentages of Color #ccf09a

%15
%0
%36
%6

Triadic Colors of #ccf09a

#ccf09a #9accf0 #f09acc

Analogous Colors of #ccf09a

#ccf09a #a1f09a #f0e99a

Monochromatic Colors of #ccf09a

#ccf09a

Complementary Color

#ccf09a #be9af0

#ccf09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf09a Color CSS Codes

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

#ccf09a Text Font Color

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

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


#ccf09a Background Color

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

This div background color is #ccf09a


#ccf09a Border Color

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

This div border color is #ccf09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf09a


Comments

No comments written yet.

Please login to write comment.