Color Hex Logo

#cbaeaa Color Hex

#CBAEAA
(203,174,170)
0 Favorites   0 Comments

Color spaces of #cbaeaa

RGB 203174170
HSL0.020.240.73
HSV16°80°
CMYK 0.000.140.16   0.20
XYZ47.020445.870944.4059
Yxy45.87090.34250.3341
Hunter Lab67.72815.40008.5362
CIE-Lab73.46179.83425.9275

#cbaeaa color RGB value is (203,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10101010
Octal 313 256 252
Decimal 203 174 170
Hex CB AE AA

RGB Percentages of Color #cbaeaa

%37.11
%31.81
%31.08

CMYK Percentages of Color #cbaeaa

%0
%14
%16
%20

Triadic Colors of #cbaeaa

#cbaeaa #aacbae #aeaacb

Analogous Colors of #cbaeaa

#cbaeaa #cbbfaa #cbaab7

Monochromatic Colors of #cbaeaa

#cbaeaa

Complementary Color

#cbaeaa #aac7cb

#cbaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaeaa Color CSS Codes

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

#cbaeaa Text Font Color

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

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


#cbaeaa Background Color

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

This div background color is #cbaeaa


#cbaeaa Border Color

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

This div border color is #cbaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaeaa


Comments

No comments written yet.

Please login to write comment.