Color Hex Logo

#ccca05 Color Hex

#CCCA05
(204,202,5)
0 Favorites   0 Comments

Color spaces of #ccca05

RGB 2042025
HSL0.160.950.41
HSV59°98°80°
CMYK 0.000.010.98   0.20
XYZ46.049855.08948.3498
Yxy55.08940.42060.5032
Hunter Lab74.2222-19.141945.2856
CIE-Lab79.0927-17.177578.9824

#ccca05 color RGB value is (204,202,5).

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

The process color (four color CMYK) of #ccca05 color hex is 0.00, 0.01, 0.98, 0.20. Web safe color of #ccca05 is #cccc00. Color #ccca05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 00000101
Octal 314 312 5
Decimal 204 202 5
Hex CC CA 5

RGB Percentages of Color #ccca05

%49.64
%49.15
%1.22

CMYK Percentages of Color #ccca05

%0
%1
%98
%20

Triadic Colors of #ccca05

#ccca05 #05ccca #ca05cc

Analogous Colors of #ccca05

#ccca05 #6bcc05 #cc6705

Monochromatic Colors of #ccca05

#ccca05

Complementary Color

#ccca05 #0507cc

#ccca05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca05 Color CSS Codes

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

#ccca05 Text Font Color

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

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


#ccca05 Background Color

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

This div background color is #ccca05


#ccca05 Border Color

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

This div border color is #ccca05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca05


Comments

No comments written yet.

Please login to write comment.