Color Hex Logo

#ccad34 Color Hex

#CCAD34
(204,173,52)
0 Favorites   0 Comments

Color spaces of #ccad34

RGB 20417352
HSL0.130.600.50
HSV48°75°80°
CMYK 0.000.150.75   0.20
XYZ40.465242.97249.4106
Yxy42.97240.43580.4628
Hunter Lab65.5533-4.532737.3759
CIE-Lab71.5362-1.170062.4980

#ccad34 color RGB value is (204,173,52).

#ccad34 hex color red value is 204, green value is 173 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ccad34 hue: 0.13 , saturation: 0.60 and the lightness value of ccad34 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00110100
Octal 314 255 64
Decimal 204 173 52
Hex CC AD 34

RGB Percentages of Color #ccad34

%47.55
%40.33
%12.12

CMYK Percentages of Color #ccad34

%0
%15
%75
%20

Triadic Colors of #ccad34

#ccad34 #34ccad #ad34cc

Analogous Colors of #ccad34

#ccad34 #9fcc34 #cc6134

Monochromatic Colors of #ccad34

#ccad34

Complementary Color

#ccad34 #3453cc

#ccad34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad34 Color CSS Codes

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

#ccad34 Text Font Color

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

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


#ccad34 Background Color

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

This div background color is #ccad34


#ccad34 Border Color

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

This div border color is #ccad34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad34


Comments

No comments written yet.

Please login to write comment.