Color Hex Logo

#cbd0ab Color Hex

#CBD0AB
(203,208,171)
0 Favorites   0 Comments

Color spaces of #cbd0ab

RGB 203208171
HSL0.190.280.74
HSV68°18°82°
CMYK 0.020.000.18   0.18
XYZ54.535260.748547.3794
Yxy60.74850.33530.3735
Hunter Lab77.9413-11.501718.5174
CIE-Lab82.2434-7.983317.8291

#cbd0ab color RGB value is (203,208,171).

#cbd0ab hex color red value is 203, green value is 208 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cbd0ab hue: 0.19 , saturation: 0.28 and the lightness value of cbd0ab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 10101011
Octal 313 320 253
Decimal 203 208 171
Hex CB D0 AB

RGB Percentages of Color #cbd0ab

%34.88
%35.74
%29.38

CMYK Percentages of Color #cbd0ab

%2
%0
%18
%18

Triadic Colors of #cbd0ab

#cbd0ab #abcbd0 #d0abcb

Analogous Colors of #cbd0ab

#cbd0ab #b9d0ab #d0c3ab

Monochromatic Colors of #cbd0ab

#cbd0ab

Complementary Color

#cbd0ab #b0abd0

#cbd0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd0ab Color CSS Codes

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

#cbd0ab Text Font Color

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

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


#cbd0ab Background Color

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

This div background color is #cbd0ab


#cbd0ab Border Color

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

This div border color is #cbd0ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,208,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 #cbd0ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd0ab


Comments

No comments written yet.

Please login to write comment.