Color Hex Logo

#caad01 Color Hex

#CAAD01
(202,173,1)
0 Favorites   0 Comments

Color spaces of #caad01

RGB 2021731
HSL0.140.990.40
HSV51°100°79°
CMYK 0.000.141.00   0.21
XYZ39.306242.44596.1499
Yxy42.44590.44720.4829
Hunter Lab65.1505-6.321940.0087
CIE-Lab71.1773-3.248773.5696

#caad01 color RGB value is (202,173,1).

#caad01 hex color red value is 202, green value is 173 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #caad01 hue: 0.14 , saturation: 0.99 and the lightness value of caad01 is 0.40.

The process color (four color CMYK) of #caad01 color hex is 0.00, 0.14, 1.00, 0.21. Web safe color of #caad01 is #cc9900. Color #caad01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 00000001
Octal 312 255 1
Decimal 202 173 1
Hex CA AD 1

RGB Percentages of Color #caad01

%53.72
%46.01
%0.27

CMYK Percentages of Color #caad01

%0
%14
%100
%21

Triadic Colors of #caad01

#caad01 #01caad #ad01ca

Analogous Colors of #caad01

#caad01 #83ca01 #ca4901

Monochromatic Colors of #caad01

#caad01

Complementary Color

#caad01 #011eca

#caad01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caad01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caad01 Color CSS Codes

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

#caad01 Text Font Color

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

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


#caad01 Background Color

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

This div background color is #caad01


#caad01 Border Color

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

This div border color is #caad01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caad01


Comments

No comments written yet.

Please login to write comment.