Color Hex Logo

#ccf079 Color Hex

#CCF079
(204,240,121)
0 Favorites   0 Comments

Color spaces of #ccf079

RGB 204240121
HSL0.220.800.71
HSV78°50°94°
CMYK 0.150.000.50   0.06
XYZ59.513176.538029.7258
Yxy76.53800.35900.4617
Hunter Lab87.4860-31.674341.0948
CIE-Lab90.1085-29.609853.2016

#ccf079 color RGB value is (204,240,121).

#ccf079 hex color red value is 204, green value is 240 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ccf079 hue: 0.22 , saturation: 0.80 and the lightness value of ccf079 is 0.71.

The process color (four color CMYK) of #ccf079 color hex is 0.15, 0.00, 0.50, 0.06. Web safe color of #ccf079 is #ccff66. Color #ccf079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01111001
Octal 314 360 171
Decimal 204 240 121
Hex CC F0 79

RGB Percentages of Color #ccf079

%36.11
%42.48
%21.42

CMYK Percentages of Color #ccf079

%15
%0
%50
%6

Triadic Colors of #ccf079

#ccf079 #79ccf0 #f079cc

Analogous Colors of #ccf079

#ccf079 #91f079 #f0d979

Monochromatic Colors of #ccf079

#ccf079

Complementary Color

#ccf079 #9d79f0

#ccf079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf079 Color CSS Codes

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

#ccf079 Text Font Color

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

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


#ccf079 Background Color

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

This div background color is #ccf079


#ccf079 Border Color

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

This div border color is #ccf079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf079


Comments

No comments written yet.

Please login to write comment.