Color Hex Logo

#ccc28a Color Hex

#CCC28A
(204,194,138)
0 Favorites   0 Comments

Color spaces of #ccc28a

RGB 204194138
HSL0.140.390.67
HSV51°32°80°
CMYK 0.000.050.32   0.20
XYZ48.781153.255931.7531
Yxy53.25590.36460.3981
Hunter Lab72.9766-8.391125.2858
CIE-Lab78.0258-4.963429.4845

#ccc28a color RGB value is (204,194,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10001010
Octal 314 302 212
Decimal 204 194 138
Hex CC C2 8A

RGB Percentages of Color #ccc28a

%38.06
%36.19
%25.75

CMYK Percentages of Color #ccc28a

%0
%5
%32
%20

Triadic Colors of #ccc28a

#ccc28a #8accc2 #c28acc

Analogous Colors of #ccc28a

#ccc28a #b5cc8a #cca18a

Monochromatic Colors of #ccc28a

#ccc28a

Complementary Color

#ccc28a #8a94cc

#ccc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc28a Color CSS Codes

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

#ccc28a Text Font Color

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

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


#ccc28a Background Color

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

This div background color is #ccc28a


#ccc28a Border Color

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

This div border color is #ccc28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc28a


Comments

No comments written yet.

Please login to write comment.