Color Hex Logo

#cbaabe Color Hex

#CBAABE
(203,170,190)
0 Favorites   0 Comments

Color spaces of #cbaabe

RGB 203170190
HSL0.900.240.73
HSV324°16°80°
CMYK 0.000.160.06   0.20
XYZ48.297645.163754.8871
Yxy45.16370.32560.3044
Hunter Lab67.203910.6761-1.3808
CIE-Lab72.999615.3746-5.7245

#cbaabe color RGB value is (203,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 10111110
Octal 313 252 276
Decimal 203 170 190
Hex CB AA BE

RGB Percentages of Color #cbaabe

%36.06
%30.20
%33.75

CMYK Percentages of Color #cbaabe

%0
%16
%6
%20

Triadic Colors of #cbaabe

#cbaabe #becbaa #aabecb

Analogous Colors of #cbaabe

#cbaabe #cbaaae #c8aacb

Monochromatic Colors of #cbaabe

#cbaabe

Complementary Color

#cbaabe #aacbb7

#cbaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaabe Color CSS Codes

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

#cbaabe Text Font Color

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

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


#cbaabe Background Color

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

This div background color is #cbaabe


#cbaabe Border Color

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

This div border color is #cbaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaabe


Comments

No comments written yet.

Please login to write comment.