Color Hex Logo

#cad61f Color Hex

#CAD61F
(202,214,31)
0 Favorites   0 Comments

Color spaces of #cad61f

RGB 20221431
HSL0.180.750.48
HSV64°86°84°
CMYK 0.060.000.86   0.16
XYZ48.651060.748610.4578
Yxy60.74860.40590.5068
Hunter Lab77.9414-24.977846.6037
CIE-Lab82.2434-23.498877.7934

#cad61f color RGB value is (202,214,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010110 00011111
Octal 312 326 37
Decimal 202 214 31
Hex CA D6 1F

RGB Percentages of Color #cad61f

%45.19
%47.87
%6.94

CMYK Percentages of Color #cad61f

%6
%0
%86
%16

Triadic Colors of #cad61f

#cad61f #1fcad6 #d61fca

Analogous Colors of #cad61f

#cad61f #6fd61f #d6871f

Monochromatic Colors of #cad61f

#cad61f

Complementary Color

#cad61f #2b1fd6

#cad61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad61f Color CSS Codes

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

#cad61f Text Font Color

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

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


#cad61f Background Color

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

This div background color is #cad61f


#cad61f Border Color

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

This div border color is #cad61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad61f


Comments

No comments written yet.

Please login to write comment.