Color Hex Logo

#cbd5ab Color Hex

#CBD5AB
(203,213,171)
0 Favorites   0 Comments

Color spaces of #cbd5ab

RGB 203213171
HSL0.210.330.75
HSV74°20°84°
CMYK 0.050.000.20   0.16
XYZ55.773563.225347.7922
Yxy63.22530.33440.3791
Hunter Lab79.5143-13.945420.0237
CIE-Lab83.5608-10.540719.6616

#cbd5ab color RGB value is (203,213,171).

#cbd5ab hex color red value is 203, green value is 213 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cbd5ab hue: 0.21 , saturation: 0.33 and the lightness value of cbd5ab is 0.75.

The process color (four color CMYK) of #cbd5ab color hex is 0.05, 0.00, 0.20, 0.16. Web safe color of #cbd5ab is #cccc99. Color #cbd5ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10101011
Octal 313 325 253
Decimal 203 213 171
Hex CB D5 AB

RGB Percentages of Color #cbd5ab

%34.58
%36.29
%29.13

CMYK Percentages of Color #cbd5ab

%5
%0
%20
%16

Triadic Colors of #cbd5ab

#cbd5ab #abcbd5 #d5abcb

Analogous Colors of #cbd5ab

#cbd5ab #b6d5ab #d5caab

Monochromatic Colors of #cbd5ab

#cbd5ab

Complementary Color

#cbd5ab #b5abd5

#cbd5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd5ab Color CSS Codes

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

#cbd5ab Text Font Color

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

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


#cbd5ab Background Color

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

This div background color is #cbd5ab


#cbd5ab Border Color

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

This div border color is #cbd5ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,213,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbd5ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbd5ab;
  -webkit-box-shadow: 1px 1px 3px 2px #cbd5ab;
  box-shadow:         1px 1px 3px 2px #cbd5ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,213,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd5ab


Comments

No comments written yet.

Please login to write comment.