Color Hex Logo

#cad51f Color Hex

#CAD51F
(202,213,31)
0 Favorites   0 Comments

Color spaces of #cad51f

RGB 20221331
HSL0.180.750.48
HSV64°85°84°
CMYK 0.050.000.85   0.16
XYZ48.398760.244010.3737
Yxy60.24400.40670.5062
Hunter Lab77.6170-24.524746.4077
CIE-Lab81.9706-23.015677.5692

#cad51f color RGB value is (202,213,31).

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

The process color (four color CMYK) of #cad51f color hex is 0.05, 0.00, 0.85, 0.16. Web safe color of #cad51f is #cccc33. Color #cad51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010101 00011111
Octal 312 325 37
Decimal 202 213 31
Hex CA D5 1F

RGB Percentages of Color #cad51f

%45.29
%47.76
%6.95

CMYK Percentages of Color #cad51f

%5
%0
%85
%16

Triadic Colors of #cad51f

#cad51f #1fcad5 #d51fca

Analogous Colors of #cad51f

#cad51f #6fd51f #d5851f

Monochromatic Colors of #cad51f

#cad51f

Complementary Color

#cad51f #2a1fd5

#cad51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad51f Color CSS Codes

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

#cad51f Text Font Color

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

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


#cad51f Background Color

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

This div background color is #cad51f


#cad51f Border Color

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

This div border color is #cad51f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,213,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 #cad51f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad51f


Comments

No comments written yet.

Please login to write comment.