Color Hex Logo

#ccca37 Color Hex

#CCCA37
(204,202,55)
0 Favorites   0 Comments

Color spaces of #ccca37

RGB 20420255
HSL0.160.590.51
HSV59°73°80°
CMYK 0.000.010.73   0.20
XYZ46.712055.354311.8369
Yxy55.35430.41010.4860
Hunter Lab74.4005-18.130442.6475
CIE-Lab79.2449-15.960068.7624

#ccca37 color RGB value is (204,202,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 00110111
Octal 314 312 67
Decimal 204 202 55
Hex CC CA 37

RGB Percentages of Color #ccca37

%44.25
%43.82
%11.93

CMYK Percentages of Color #ccca37

%0
%1
%73
%20

Triadic Colors of #ccca37

#ccca37 #37ccca #ca37cc

Analogous Colors of #ccca37

#ccca37 #84cc37 #cc8037

Monochromatic Colors of #ccca37

#ccca37

Complementary Color

#ccca37 #3739cc

#ccca37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca37 Color CSS Codes

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

#ccca37 Text Font Color

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

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


#ccca37 Background Color

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

This div background color is #ccca37


#ccca37 Border Color

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

This div border color is #ccca37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca37

#ccca37 Color Palettes


Comments

No comments written yet.

Please login to write comment.