Color Hex Logo

#ccd077 Color Hex

#CCD077
(204,208,119)
0 Favorites   0 Comments

Color spaces of #ccd077

RGB 204208119
HSL0.170.490.64
HSV63°43°82°
CMYK 0.020.000.43   0.18
XYZ50.787559.281026.2184
Yxy59.28100.37270.4350
Hunter Lab76.9942-16.996233.7062
CIE-Lab81.4458-14.289743.5838

#ccd077 color RGB value is (204,208,119).

#ccd077 hex color red value is 204, green value is 208 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ccd077 hue: 0.17 , saturation: 0.49 and the lightness value of ccd077 is 0.64.

The process color (four color CMYK) of #ccd077 color hex is 0.02, 0.00, 0.43, 0.18. Web safe color of #ccd077 is #cccc66. Color #ccd077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01110111
Octal 314 320 167
Decimal 204 208 119
Hex CC D0 77

RGB Percentages of Color #ccd077

%38.42
%39.17
%22.41

CMYK Percentages of Color #ccd077

%2
%0
%43
%18

Triadic Colors of #ccd077

#ccd077 #77ccd0 #d077cc

Analogous Colors of #ccd077

#ccd077 #a0d077 #d0a877

Monochromatic Colors of #ccd077

#ccd077

Complementary Color

#ccd077 #7b77d0

#ccd077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd077 Color CSS Codes

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

#ccd077 Text Font Color

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

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


#ccd077 Background Color

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

This div background color is #ccd077


#ccd077 Border Color

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

This div border color is #ccd077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd077


Comments

No comments written yet.

Please login to write comment.