Color Hex Logo

#cbaea9 Color Hex

#CBAEA9
(203,174,169)
0 Favorites   0 Comments

Color spaces of #cbaea9

RGB 203174169
HSL0.020.250.73
HSV17°80°
CMYK 0.000.140.17   0.20
XYZ46.926145.833243.9095
Yxy45.83320.34340.3354
Hunter Lab67.70025.25118.9354
CIE-Lab73.43729.67536.4400

#cbaea9 color RGB value is (203,174,169).

#cbaea9 hex color red value is 203, green value is 174 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #cbaea9 hue: 0.02 , saturation: 0.25 and the lightness value of cbaea9 is 0.73.

The process color (four color CMYK) of #cbaea9 color hex is 0.00, 0.14, 0.17, 0.20. Web safe color of #cbaea9 is #cc9999. Color #cbaea9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10101001
Octal 313 256 251
Decimal 203 174 169
Hex CB AE A9

RGB Percentages of Color #cbaea9

%37.18
%31.87
%30.95

CMYK Percentages of Color #cbaea9

%0
%14
%17
%20

Triadic Colors of #cbaea9

#cbaea9 #a9cbae #aea9cb

Analogous Colors of #cbaea9

#cbaea9 #cbbfa9 #cba9b5

Monochromatic Colors of #cbaea9

#cbaea9

Complementary Color

#cbaea9 #a9c6cb

#cbaea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaea9 Color CSS Codes

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

#cbaea9 Text Font Color

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

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


#cbaea9 Background Color

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

This div background color is #cbaea9


#cbaea9 Border Color

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

This div border color is #cbaea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaea9


Comments

No comments written yet.

Please login to write comment.