Color Hex Logo

#ccf077 Color Hex

#CCF077
(204,240,119)
0 Favorites   0 Comments

Color spaces of #ccf077

RGB 204240119
HSL0.220.800.70
HSV78°50°94°
CMYK 0.150.000.50   0.06
XYZ59.391776.489529.0864
Yxy76.48950.36000.4637
Hunter Lab87.4583-31.835141.5024
CIE-Lab90.0861-29.804254.1000

#ccf077 color RGB value is (204,240,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01110111
Octal 314 360 167
Decimal 204 240 119
Hex CC F0 77

RGB Percentages of Color #ccf077

%36.23
%42.63
%21.14

CMYK Percentages of Color #ccf077

%15
%0
%50
%6

Triadic Colors of #ccf077

#ccf077 #77ccf0 #f077cc

Analogous Colors of #ccf077

#ccf077 #90f077 #f0d877

Monochromatic Colors of #ccf077

#ccf077

Complementary Color

#ccf077 #9b77f0

#ccf077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf077 Color CSS Codes

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

#ccf077 Text Font Color

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

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


#ccf077 Background Color

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

This div background color is #ccf077


#ccf077 Border Color

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

This div border color is #ccf077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf077


Comments

No comments written yet.

Please login to write comment.