Color Hex Logo

#ccf49a Color Hex

#CCF49A
(204,244,154)
0 Favorites   0 Comments

Color spaces of #ccf49a

RGB 204244154
HSL0.240.800.78
HSV87°37°96°
CMYK 0.160.000.37   0.04
XYZ63.085379.871842.6637
Yxy79.87180.33990.4303
Hunter Lab89.3710-30.399634.2560
CIE-Lab91.6273-27.763439.2132

#ccf49a color RGB value is (204,244,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 10011010
Octal 314 364 232
Decimal 204 244 154
Hex CC F4 9A

RGB Percentages of Color #ccf49a

%33.89
%40.53
%25.58

CMYK Percentages of Color #ccf49a

%16
%0
%37
%4

Triadic Colors of #ccf49a

#ccf49a #9accf4 #f49acc

Analogous Colors of #ccf49a

#ccf49a #9ff49a #f4ef9a

Monochromatic Colors of #ccf49a

#ccf49a

Complementary Color

#ccf49a #c29af4

#ccf49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf49a Color CSS Codes

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

#ccf49a Text Font Color

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

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


#ccf49a Background Color

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

This div background color is #ccf49a


#ccf49a Border Color

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

This div border color is #ccf49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf49a


Comments

No comments written yet.

Please login to write comment.