Color Hex Logo

#ccca27 Color Hex

#CCCA27
(204,202,39)
0 Favorites   0 Comments

Color spaces of #ccca27

RGB 20420239
HSL0.160.680.48
HSV59°81°80°
CMYK 0.000.010.81   0.20
XYZ46.388655.224910.1340
Yxy55.22490.41510.4942
Hunter Lab74.3135-18.623743.9341
CIE-Lab79.1706-16.552573.4507

#ccca27 color RGB value is (204,202,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 00100111
Octal 314 312 47
Decimal 204 202 39
Hex CC CA 27

RGB Percentages of Color #ccca27

%45.84
%45.39
%8.76

CMYK Percentages of Color #ccca27

%0
%1
%81
%20

Triadic Colors of #ccca27

#ccca27 #27ccca #ca27cc

Analogous Colors of #ccca27

#ccca27 #7ccc27 #cc7827

Monochromatic Colors of #ccca27

#ccca27

Complementary Color

#ccca27 #2729cc

#ccca27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca27 Color CSS Codes

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

#ccca27 Text Font Color

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

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


#ccca27 Background Color

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

This div background color is #ccca27


#ccca27 Border Color

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

This div border color is #ccca27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca27


Comments

No comments written yet.

Please login to write comment.