Color Hex Logo

#ccca48 Color Hex

#CCCA48
(204,202,72)
0 Favorites   0 Comments

Color spaces of #ccca48

RGB 20420272
HSL0.160.560.54
HSV59°65°80°
CMYK 0.000.010.65   0.20
XYZ47.192155.546314.3651
Yxy55.54630.40300.4743
Hunter Lab74.5294-17.400040.7428
CIE-Lab79.3549-15.086962.5898

#ccca48 color RGB value is (204,202,72).

#ccca48 hex color red value is 204, green value is 202 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ccca48 hue: 0.16 , saturation: 0.56 and the lightness value of ccca48 is 0.54.

The process color (four color CMYK) of #ccca48 color hex is 0.00, 0.01, 0.65, 0.20. Web safe color of #ccca48 is #cccc33. Color #ccca48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01001000
Octal 314 312 110
Decimal 204 202 72
Hex CC CA 48

RGB Percentages of Color #ccca48

%42.68
%42.26
%15.06

CMYK Percentages of Color #ccca48

%0
%1
%65
%20

Triadic Colors of #ccca48

#ccca48 #48ccca #ca48cc

Analogous Colors of #ccca48

#ccca48 #8ccc48 #cc8848

Monochromatic Colors of #ccca48

#ccca48

Complementary Color

#ccca48 #484acc

#ccca48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca48 Color CSS Codes

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

#ccca48 Text Font Color

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

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


#ccca48 Background Color

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

This div background color is #ccca48


#ccca48 Border Color

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

This div border color is #ccca48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca48


Comments

No comments written yet.

Please login to write comment.