Color Hex Logo

#ccca32 Color Hex

#CCCA32
(204,202,50)
0 Favorites   0 Comments

Color spaces of #ccca32

RGB 20420250
HSL0.160.610.50
HSV59°75°80°
CMYK 0.000.010.75   0.20
XYZ46.598155.308711.2373
Yxy55.30870.41180.4888
Hunter Lab74.3698-18.304043.1001
CIE-Lab79.2187-16.168270.3571

#ccca32 color RGB value is (204,202,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 00110010
Octal 314 312 62
Decimal 204 202 50
Hex CC CA 32

RGB Percentages of Color #ccca32

%44.74
%44.30
%10.96

CMYK Percentages of Color #ccca32

%0
%1
%75
%20

Triadic Colors of #ccca32

#ccca32 #32ccca #ca32cc

Analogous Colors of #ccca32

#ccca32 #81cc32 #cc7d32

Monochromatic Colors of #ccca32

#ccca32

Complementary Color

#ccca32 #3234cc

#ccca32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca32 Color CSS Codes

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

#ccca32 Text Font Color

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

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


#ccca32 Background Color

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

This div background color is #ccca32


#ccca32 Border Color

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

This div border color is #ccca32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca32


Comments

No comments written yet.

Please login to write comment.