Color Hex Logo

#ccca51 Color Hex

#CCCA51
(204,202,81)
0 Favorites   0 Comments

Color spaces of #ccca51

RGB 20420281
HSL0.160.550.56
HSV59°60°80°
CMYK 0.000.010.60   0.20
XYZ47.507655.672516.0265
Yxy55.67250.39850.4670
Hunter Lab74.6140-16.921539.4948
CIE-Lab79.4271-14.517658.9313

#ccca51 color RGB value is (204,202,81).

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

The process color (four color CMYK) of #ccca51 color hex is 0.00, 0.01, 0.60, 0.20. Web safe color of #ccca51 is #cccc66. Color #ccca51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01010001
Octal 314 312 121
Decimal 204 202 81
Hex CC CA 51

RGB Percentages of Color #ccca51

%41.89
%41.48
%16.63

CMYK Percentages of Color #ccca51

%0
%1
%60
%20

Triadic Colors of #ccca51

#ccca51 #51ccca #ca51cc

Analogous Colors of #ccca51

#ccca51 #91cc51 #cc8d51

Monochromatic Colors of #ccca51

#ccca51

Complementary Color

#ccca51 #5153cc

#ccca51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca51 Color CSS Codes

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

#ccca51 Text Font Color

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

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


#ccca51 Background Color

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

This div background color is #ccca51


#ccca51 Border Color

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

This div border color is #ccca51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca51


Comments

No comments written yet.

Please login to write comment.