Color Hex Logo

#cbaabb Color Hex

#CBAABB
(203,170,187)
0 Favorites   0 Comments

Color spaces of #cbaabb

RGB 203170187
HSL0.910.240.73
HSV329°16°80°
CMYK 0.000.160.08   0.20
XYZ47.973045.033853.1777
Yxy45.03380.32820.3081
Hunter Lab67.107210.1668-0.0080
CIE-Lab72.914114.8469-4.2019

#cbaabb color RGB value is (203,170,187).

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

The process color (four color CMYK) of #cbaabb color hex is 0.00, 0.16, 0.08, 0.20. Web safe color of #cbaabb is #cc99cc. Color #cbaabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 10111011
Octal 313 252 273
Decimal 203 170 187
Hex CB AA BB

RGB Percentages of Color #cbaabb

%36.25
%30.36
%33.39

CMYK Percentages of Color #cbaabb

%0
%16
%8
%20

Triadic Colors of #cbaabb

#cbaabb #bbcbaa #aabbcb

Analogous Colors of #cbaabb

#cbaabb #cbaaab #cbaacb

Monochromatic Colors of #cbaabb

#cbaabb

Complementary Color

#cbaabb #aacbba

#cbaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaabb Color CSS Codes

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

#cbaabb Text Font Color

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

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


#cbaabb Background Color

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

This div background color is #cbaabb


#cbaabb Border Color

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

This div border color is #cbaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaabb


Comments

No comments written yet.

Please login to write comment.