Color Hex Logo

#caad34 Color Hex

#CAAD34
(202,173,52)
0 Favorites   0 Comments

Color spaces of #caad34

RGB 20217352
HSL0.130.590.50
HSV48°74°79°
CMYK 0.000.140.74   0.21
XYZ39.920542.69169.3851
Yxy42.69160.43390.4641
Hunter Lab65.3388-5.283537.2209
CIE-Lab71.3452-2.041762.2485

#caad34 color RGB value is (202,173,52).

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

The process color (four color CMYK) of #caad34 color hex is 0.00, 0.14, 0.74, 0.21. Web safe color of #caad34 is #cc9933. Color #caad34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 00110100
Octal 312 255 64
Decimal 202 173 52
Hex CA AD 34

RGB Percentages of Color #caad34

%47.31
%40.52
%12.18

CMYK Percentages of Color #caad34

%0
%14
%74
%21

Triadic Colors of #caad34

#caad34 #34caad #ad34ca

Analogous Colors of #caad34

#caad34 #9cca34 #ca6234

Monochromatic Colors of #caad34

#caad34

Complementary Color

#caad34 #3451ca

#caad34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caad34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caad34 Color CSS Codes

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

#caad34 Text Font Color

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

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


#caad34 Background Color

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

This div background color is #caad34


#caad34 Border Color

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

This div border color is #caad34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caad34


Comments

No comments written yet.

Please login to write comment.