Color Hex Logo

#ccf99a Color Hex

#CCF99A
(204,249,154)
0 Favorites   0 Comments

Color spaces of #ccf99a

RGB 204249154
HSL0.250.890.79
HSV88°38°98°
CMYK 0.180.000.38   0.02
XYZ64.610382.921843.1720
Yxy82.92180.33880.4348
Hunter Lab91.0614-32.707335.6337
CIE-Lab92.9802-30.108440.9668

#ccf99a color RGB value is (204,249,154).

#ccf99a hex color red value is 204, green value is 249 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ccf99a hue: 0.25 , saturation: 0.89 and the lightness value of ccf99a is 0.79.

The process color (four color CMYK) of #ccf99a color hex is 0.18, 0.00, 0.38, 0.02. Web safe color of #ccf99a is #ccff99. Color #ccf99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 10011010
Octal 314 371 232
Decimal 204 249 154
Hex CC F9 9A

RGB Percentages of Color #ccf99a

%33.61
%41.02
%25.37

CMYK Percentages of Color #ccf99a

%18
%0
%38
%2

Triadic Colors of #ccf99a

#ccf99a #9accf9 #f99acc

Analogous Colors of #ccf99a

#ccf99a #9df99a #f9f79a

Monochromatic Colors of #ccf99a

#ccf99a

Complementary Color

#ccf99a #c79af9

#ccf99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf99a Color CSS Codes

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

#ccf99a Text Font Color

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

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


#ccf99a Background Color

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

This div background color is #ccf99a


#ccf99a Border Color

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

This div border color is #ccf99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf99a


Comments

No comments written yet.

Please login to write comment.