Color Hex Logo

#cad649 Color Hex

#CAD649
(202,214,73)
0 Favorites   0 Comments

Color spaces of #cad649

RGB 20221473
HSL0.180.630.56
HSV65°66°84°
CMYK 0.060.000.66   0.16
XYZ49.606361.130715.4882
Yxy61.13070.39300.4843
Hunter Lab78.1861-23.573842.9853
CIE-Lab82.4490-21.783865.3372

#cad649 color RGB value is (202,214,73).

#cad649 hex color red value is 202, green value is 214 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cad649 hue: 0.18 , saturation: 0.63 and the lightness value of cad649 is 0.56.

The process color (four color CMYK) of #cad649 color hex is 0.06, 0.00, 0.66, 0.16. Web safe color of #cad649 is #cccc33. Color #cad649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010110 01001001
Octal 312 326 111
Decimal 202 214 73
Hex CA D6 49

RGB Percentages of Color #cad649

%41.31
%43.76
%14.93

CMYK Percentages of Color #cad649

%6
%0
%66
%16

Triadic Colors of #cad649

#cad649 #49cad6 #d649ca

Analogous Colors of #cad649

#cad649 #84d649 #d69c49

Monochromatic Colors of #cad649

#cad649

Complementary Color

#cad649 #5549d6

#cad649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad649 Color CSS Codes

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

#cad649 Text Font Color

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

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


#cad649 Background Color

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

This div background color is #cad649


#cad649 Border Color

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

This div border color is #cad649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad649


Comments

No comments written yet.

Please login to write comment.