Color Hex Logo

#cad68f Color Hex

#CAD68F
(202,214,143)
0 Favorites   0 Comments

Color spaces of #cad68f

RGB 202214143
HSL0.190.460.70
HSV70°33°84°
CMYK 0.060.000.33   0.16
XYZ53.361662.632935.2635
Yxy62.63290.35280.4141
Hunter Lab79.1410-18.141228.9803
CIE-Lab83.2489-15.319433.7719

#cad68f color RGB value is (202,214,143).

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

The process color (four color CMYK) of #cad68f color hex is 0.06, 0.00, 0.33, 0.16. Web safe color of #cad68f is #cccc99. Color #cad68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010110 10001111
Octal 312 326 217
Decimal 202 214 143
Hex CA D6 8F

RGB Percentages of Color #cad68f

%36.14
%38.28
%25.58

CMYK Percentages of Color #cad68f

%6
%0
%33
%16

Triadic Colors of #cad68f

#cad68f #8fcad6 #d68fca

Analogous Colors of #cad68f

#cad68f #a7d68f #d6bf8f

Monochromatic Colors of #cad68f

#cad68f

Complementary Color

#cad68f #9b8fd6

#cad68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad68f Color CSS Codes

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

#cad68f Text Font Color

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

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


#cad68f Background Color

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

This div background color is #cad68f


#cad68f Border Color

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

This div border color is #cad68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad68f


Comments

No comments written yet.

Please login to write comment.