Color Hex Logo

#cabd96 Color Hex

#CABD96
(202,189,150)
0 Favorites   0 Comments

Color spaces of #cabd96

RGB 202189150
HSL0.130.330.69
HSV45°26°79°
CMYK 0.000.060.26   0.21
XYZ48.059751.153836.1948
Yxy51.15380.35490.3778
Hunter Lab71.5219-5.218820.0607
CIE-Lab76.7721-1.542421.4065

#cabd96 color RGB value is (202,189,150).

#cabd96 hex color red value is 202, green value is 189 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cabd96 hue: 0.13 , saturation: 0.33 and the lightness value of cabd96 is 0.69.

The process color (four color CMYK) of #cabd96 color hex is 0.00, 0.06, 0.26, 0.21. Web safe color of #cabd96 is #cccc99. Color #cabd96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 10010110
Octal 312 275 226
Decimal 202 189 150
Hex CA BD 96

RGB Percentages of Color #cabd96

%37.34
%34.94
%27.73

CMYK Percentages of Color #cabd96

%0
%6
%26
%21

Triadic Colors of #cabd96

#cabd96 #96cabd #bd96ca

Analogous Colors of #cabd96

#cabd96 #bdca96 #caa396

Monochromatic Colors of #cabd96

#cabd96

Complementary Color

#cabd96 #96a3ca

#cabd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabd96 Color CSS Codes

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

#cabd96 Text Font Color

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

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


#cabd96 Background Color

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

This div background color is #cabd96


#cabd96 Border Color

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

This div border color is #cabd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabd96


Comments

No comments written yet.

Please login to write comment.