Color Hex Logo

#cad221 Color Hex

#CAD221
(202,210,33)
0 Favorites   0 Comments

Color spaces of #cad221

RGB 20221033
HSL0.170.730.48
HSV63°84°82°
CMYK 0.040.000.84   0.18
XYZ47.678258.759510.2677
Yxy58.75950.40850.5035
Hunter Lab76.6547-23.121345.7166
CIE-Lab81.1592-21.509376.4824

#cad221 color RGB value is (202,210,33).

#cad221 hex color red value is 202, green value is 210 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cad221 hue: 0.17 , saturation: 0.73 and the lightness value of cad221 is 0.48.

The process color (four color CMYK) of #cad221 color hex is 0.04, 0.00, 0.84, 0.18. Web safe color of #cad221 is #cccc33. Color #cad221 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010010 00100001
Octal 312 322 41
Decimal 202 210 33
Hex CA D2 21

RGB Percentages of Color #cad221

%45.39
%47.19
%7.42

CMYK Percentages of Color #cad221

%4
%0
%84
%18

Triadic Colors of #cad221

#cad221 #21cad2 #d221ca

Analogous Colors of #cad221

#cad221 #72d221 #d28221

Monochromatic Colors of #cad221

#cad221

Complementary Color

#cad221 #2921d2

#cad221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad221 Color CSS Codes

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

#cad221 Text Font Color

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

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


#cad221 Background Color

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

This div background color is #cad221


#cad221 Border Color

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

This div border color is #cad221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad221


Comments

No comments written yet.

Please login to write comment.