Color Hex Logo

#cbd5aa Color Hex

#CBD5AA
(203,213,170)
0 Favorites   0 Comments

Color spaces of #cbd5aa

RGB 203213170
HSL0.210.340.75
HSV74°20°84°
CMYK 0.050.000.20   0.16
XYZ55.678663.187347.2920
Yxy63.18730.33510.3803
Hunter Lab79.4904-14.079020.3693
CIE-Lab83.5408-10.692320.1594

#cbd5aa color RGB value is (203,213,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10101010
Octal 313 325 252
Decimal 203 213 170
Hex CB D5 AA

RGB Percentages of Color #cbd5aa

%34.64
%36.35
%29.01

CMYK Percentages of Color #cbd5aa

%5
%0
%20
%16

Triadic Colors of #cbd5aa

#cbd5aa #aacbd5 #d5aacb

Analogous Colors of #cbd5aa

#cbd5aa #b6d5aa #d5caaa

Monochromatic Colors of #cbd5aa

#cbd5aa

Complementary Color

#cbd5aa #b4aad5

#cbd5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd5aa Color CSS Codes

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

#cbd5aa Text Font Color

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

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


#cbd5aa Background Color

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

This div background color is #cbd5aa


#cbd5aa Border Color

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

This div border color is #cbd5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd5aa


Comments

No comments written yet.

Please login to write comment.