Color Hex Logo

#cad18d Color Hex

#CAD18D
(202,209,141)
0 Favorites   0 Comments

Color spaces of #cad18d

RGB 202209141
HSL0.180.430.69
HSV66°33°82°
CMYK 0.030.000.33   0.18
XYZ51.965360.080634.0571
Yxy60.08060.35570.4112
Hunter Lab77.5117-15.975628.2073
CIE-Lab81.8820-13.057332.9997

#cad18d color RGB value is (202,209,141).

#cad18d hex color red value is 202, green value is 209 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cad18d hue: 0.18 , saturation: 0.43 and the lightness value of cad18d is 0.69.

The process color (four color CMYK) of #cad18d color hex is 0.03, 0.00, 0.33, 0.18. Web safe color of #cad18d is #cccc99. Color #cad18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010001 10001101
Octal 312 321 215
Decimal 202 209 141
Hex CA D1 8D

RGB Percentages of Color #cad18d

%36.59
%37.86
%25.54

CMYK Percentages of Color #cad18d

%3
%0
%33
%18

Triadic Colors of #cad18d

#cad18d #8dcad1 #d18dca

Analogous Colors of #cad18d

#cad18d #a8d18d #d1b68d

Monochromatic Colors of #cad18d

#cad18d

Complementary Color

#cad18d #948dd1

#cad18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad18d Color CSS Codes

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

#cad18d Text Font Color

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

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


#cad18d Background Color

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

This div background color is #cad18d


#cad18d Border Color

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

This div border color is #cad18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad18d


Comments

No comments written yet.

Please login to write comment.