Color Hex Logo

#cad98b Color Hex

#CAD98B
(202,217,139)
0 Favorites   0 Comments

Color spaces of #cad98b

RGB 202217139
HSL0.200.510.70
HSV72°36°85°
CMYK 0.070.000.36   0.15
XYZ53.830264.046333.9511
Yxy64.04630.35450.4218
Hunter Lab80.0289-19.985430.8673
CIE-Lab83.9899-17.309536.7750

#cad98b color RGB value is (202,217,139).

#cad98b hex color red value is 202, green value is 217 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cad98b hue: 0.20 , saturation: 0.51 and the lightness value of cad98b is 0.70.

The process color (four color CMYK) of #cad98b color hex is 0.07, 0.00, 0.36, 0.15. Web safe color of #cad98b is #cccc99. Color #cad98b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011001 10001011
Octal 312 331 213
Decimal 202 217 139
Hex CA D9 8B

RGB Percentages of Color #cad98b

%36.20
%38.89
%24.91

CMYK Percentages of Color #cad98b

%7
%0
%36
%15

Triadic Colors of #cad98b

#cad98b #8bcad9 #d98bca

Analogous Colors of #cad98b

#cad98b #a3d98b #d9c18b

Monochromatic Colors of #cad98b

#cad98b

Complementary Color

#cad98b #9a8bd9

#cad98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad98b Color CSS Codes

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

#cad98b Text Font Color

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

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


#cad98b Background Color

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

This div background color is #cad98b


#cad98b Border Color

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

This div border color is #cad98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad98b


Comments

No comments written yet.

Please login to write comment.