Color Hex Logo

#cad059 Color Hex

#CAD059
(202,208,89)
0 Favorites   0 Comments

Color spaces of #cad059

RGB 20220889
HSL0.180.560.58
HSV63°57°82°
CMYK 0.030.000.57   0.18
XYZ48.716258.389618.1539
Yxy58.38960.38890.4661
Hunter Lab76.4131-19.922539.4033
CIE-Lab80.9549-17.766357.0858

#cad059 color RGB value is (202,208,89).

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

The process color (four color CMYK) of #cad059 color hex is 0.03, 0.00, 0.57, 0.18. Web safe color of #cad059 is #cccc66. Color #cad059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010000 01011001
Octal 312 320 131
Decimal 202 208 89
Hex CA D0 59

RGB Percentages of Color #cad059

%40.48
%41.68
%17.84

CMYK Percentages of Color #cad059

%3
%0
%57
%18

Triadic Colors of #cad059

#cad059 #59cad0 #d059ca

Analogous Colors of #cad059

#cad059 #8fd059 #d09b59

Monochromatic Colors of #cad059

#cad059

Complementary Color

#cad059 #5f59d0

#cad059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad059 Color CSS Codes

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

#cad059 Text Font Color

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

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


#cad059 Background Color

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

This div background color is #cad059


#cad059 Border Color

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

This div border color is #cad059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad059


Comments

No comments written yet.

Please login to write comment.