Color Hex Logo

#cad93d Color Hex

#CAD93D
(202,217,61)
0 Favorites   0 Comments

Color spaces of #cad93d

RGB 20221761
HSL0.180.670.55
HSV66°72°85°
CMYK 0.070.000.72   0.15
XYZ50.012362.519213.8464
Yxy62.51920.39570.4947
Hunter Lab79.0691-25.467244.9656
CIE-Lab83.1888-23.877470.4404

#cad93d color RGB value is (202,217,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011001 00111101
Octal 312 331 75
Decimal 202 217 61
Hex CA D9 3D

RGB Percentages of Color #cad93d

%42.08
%45.21
%12.71

CMYK Percentages of Color #cad93d

%7
%0
%72
%15

Triadic Colors of #cad93d

#cad93d #3dcad9 #d93dca

Analogous Colors of #cad93d

#cad93d #7cd93d #d99a3d

Monochromatic Colors of #cad93d

#cad93d

Complementary Color

#cad93d #4c3dd9

#cad93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad93d Color CSS Codes

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

#cad93d Text Font Color

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

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


#cad93d Background Color

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

This div background color is #cad93d


#cad93d Border Color

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

This div border color is #cad93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad93d


Comments

No comments written yet.

Please login to write comment.