Color Hex Logo

#ccca24 Color Hex

#CCCA24
(204,202,36)
0 Favorites   0 Comments

Color spaces of #ccca24

RGB 20420236
HSL0.160.700.47
HSV59°82°80°
CMYK 0.000.010.82   0.20
XYZ46.340855.20589.8824
Yxy55.20580.41590.4954
Hunter Lab74.3006-18.696844.1245
CIE-Lab79.1597-16.640574.1882

#ccca24 color RGB value is (204,202,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 00100100
Octal 314 312 44
Decimal 204 202 36
Hex CC CA 24

RGB Percentages of Color #ccca24

%46.15
%45.70
%8.14

CMYK Percentages of Color #ccca24

%0
%1
%82
%20

Triadic Colors of #ccca24

#ccca24 #24ccca #ca24cc

Analogous Colors of #ccca24

#ccca24 #7acc24 #cc7624

Monochromatic Colors of #ccca24

#ccca24

Complementary Color

#ccca24 #2426cc

#ccca24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca24 Color CSS Codes

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

#ccca24 Text Font Color

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

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


#ccca24 Background Color

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

This div background color is #ccca24


#ccca24 Border Color

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

This div border color is #ccca24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca24


Comments

No comments written yet.

Please login to write comment.