Color Hex Logo

#ccad27 Color Hex

#CCAD27
(204,173,39)
0 Favorites   0 Comments

Color spaces of #ccad27

RGB 20417339
HSL0.140.680.48
HSV49°81°80°
CMYK 0.000.150.81   0.20
XYZ40.211642.87108.0750
Yxy42.87100.44110.4703
Hunter Lab65.4759-4.958438.5211
CIE-Lab71.4673-1.660466.7777

#ccad27 color RGB value is (204,173,39).

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

The process color (four color CMYK) of #ccad27 color hex is 0.00, 0.15, 0.81, 0.20. Web safe color of #ccad27 is #cc9933. Color #ccad27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00100111
Octal 314 255 47
Decimal 204 173 39
Hex CC AD 27

RGB Percentages of Color #ccad27

%49.04
%41.59
%9.38

CMYK Percentages of Color #ccad27

%0
%15
%81
%20

Triadic Colors of #ccad27

#ccad27 #27ccad #ad27cc

Analogous Colors of #ccad27

#ccad27 #99cc27 #cc5b27

Monochromatic Colors of #ccad27

#ccad27

Complementary Color

#ccad27 #2746cc

#ccad27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad27 Color CSS Codes

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

#ccad27 Text Font Color

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

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


#ccad27 Background Color

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

This div background color is #ccad27


#ccad27 Border Color

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

This div border color is #ccad27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,173,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 #ccad27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad27


Comments

No comments written yet.

Please login to write comment.