Color Hex Logo

#cad390 Color Hex

#CAD390
(202,211,144)
0 Favorites   0 Comments

Color spaces of #cad390

RGB 202211144
HSL0.190.430.70
HSV68°32°83°
CMYK 0.040.000.32   0.17
XYZ52.685461.158735.4135
Yxy61.15870.35300.4098
Hunter Lab78.2040-16.603127.8942
CIE-Lab82.4640-13.686132.2243

#cad390 color RGB value is (202,211,144).

#cad390 hex color red value is 202, green value is 211 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cad390 hue: 0.19 , saturation: 0.43 and the lightness value of cad390 is 0.70.

The process color (four color CMYK) of #cad390 color hex is 0.04, 0.00, 0.32, 0.17. Web safe color of #cad390 is #cccc99. Color #cad390 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010011 10010000
Octal 312 323 220
Decimal 202 211 144
Hex CA D3 90

RGB Percentages of Color #cad390

%36.27
%37.88
%25.85

CMYK Percentages of Color #cad390

%4
%0
%32
%17

Triadic Colors of #cad390

#cad390 #90cad3 #d390ca

Analogous Colors of #cad390

#cad390 #a9d390 #d3bb90

Monochromatic Colors of #cad390

#cad390

Complementary Color

#cad390 #9990d3

#cad390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad390 Color CSS Codes

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

#cad390 Text Font Color

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

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


#cad390 Background Color

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

This div background color is #cad390


#cad390 Border Color

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

This div border color is #cad390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad390


Comments

No comments written yet.

Please login to write comment.