Color Hex Logo

#cad93a Color Hex

#CAD93A
(202,217,58)
0 Favorites   0 Comments

Color spaces of #cad93a

RGB 20221758
HSL0.180.680.54
HSV66°73°85°
CMYK 0.070.000.73   0.15
XYZ49.933762.487813.4325
Yxy62.48780.39680.4965
Hunter Lab79.0492-25.581545.2596
CIE-Lab83.1722-24.017371.4240

#cad93a color RGB value is (202,217,58).

#cad93a hex color red value is 202, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cad93a hue: 0.18 , saturation: 0.68 and the lightness value of cad93a is 0.54.

The process color (four color CMYK) of #cad93a color hex is 0.07, 0.00, 0.73, 0.15. Web safe color of #cad93a is #cccc33. Color #cad93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011001 00111010
Octal 312 331 72
Decimal 202 217 58
Hex CA D9 3A

RGB Percentages of Color #cad93a

%42.35
%45.49
%12.16

CMYK Percentages of Color #cad93a

%7
%0
%73
%15

Triadic Colors of #cad93a

#cad93a #3acad9 #d93aca

Analogous Colors of #cad93a

#cad93a #7bd93a #d9993a

Monochromatic Colors of #cad93a

#cad93a

Complementary Color

#cad93a #493ad9

#cad93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad93a Color CSS Codes

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

#cad93a Text Font Color

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

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


#cad93a Background Color

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

This div background color is #cad93a


#cad93a Border Color

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

This div border color is #cad93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad93a


Comments

No comments written yet.

Please login to write comment.