Color Hex Logo

#ccc78a Color Hex

#CCC78A
(204,199,138)
0 Favorites   0 Comments

Color spaces of #ccc78a

RGB 204199138
HSL0.150.390.67
HSV55°32°80°
CMYK 0.000.020.32   0.20
XYZ49.912755.519232.1304
Yxy55.51920.36280.4036
Hunter Lab74.5112-10.823126.5911
CIE-Lab79.3394-7.553431.2260

#ccc78a color RGB value is (204,199,138).

#ccc78a hex color red value is 204, green value is 199 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ccc78a hue: 0.15 , saturation: 0.39 and the lightness value of ccc78a is 0.67.

The process color (four color CMYK) of #ccc78a color hex is 0.00, 0.02, 0.32, 0.20. Web safe color of #ccc78a is #cccc99. Color #ccc78a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10001010
Octal 314 307 212
Decimal 204 199 138
Hex CC C7 8A

RGB Percentages of Color #ccc78a

%37.71
%36.78
%25.51

CMYK Percentages of Color #ccc78a

%0
%2
%32
%20

Triadic Colors of #ccc78a

#ccc78a #8accc7 #c78acc

Analogous Colors of #ccc78a

#ccc78a #b0cc8a #cca68a

Monochromatic Colors of #ccc78a

#ccc78a

Complementary Color

#ccc78a #8a8fcc

#ccc78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc78a Color CSS Codes

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

#ccc78a Text Font Color

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

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


#ccc78a Background Color

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

This div background color is #ccc78a


#ccc78a Border Color

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

This div border color is #ccc78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc78a


Comments

No comments written yet.

Please login to write comment.