Color Hex Logo

#ccd07a Color Hex

#CCD07A
(204,208,122)
0 Favorites   0 Comments

Color spaces of #ccd07a

RGB 204208122
HSL0.170.480.65
HSV63°41°82°
CMYK 0.020.000.41   0.18
XYZ50.970659.354327.1824
Yxy59.35430.37070.4316
Hunter Lab77.0417-16.727933.0101
CIE-Lab81.4860-13.975842.1463

#ccd07a color RGB value is (204,208,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01111010
Octal 314 320 172
Decimal 204 208 122
Hex CC D0 7A

RGB Percentages of Color #ccd07a

%38.20
%38.95
%22.85

CMYK Percentages of Color #ccd07a

%2
%0
%41
%18

Triadic Colors of #ccd07a

#ccd07a #7accd0 #d07acc

Analogous Colors of #ccd07a

#ccd07a #a1d07a #d0a97a

Monochromatic Colors of #ccd07a

#ccd07a

Complementary Color

#ccd07a #7e7ad0

#ccd07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd07a Color CSS Codes

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

#ccd07a Text Font Color

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

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


#ccd07a Background Color

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

This div background color is #ccd07a


#ccd07a Border Color

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

This div border color is #ccd07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd07a


Comments

No comments written yet.

Please login to write comment.