Color Hex Logo

#caaabb Color Hex

#CAAABB
(202,170,187)
0 Favorites   0 Comments

Color spaces of #caaabb

RGB 202170187
HSL0.910.230.73
HSV328°16°79°
CMYK 0.000.160.07   0.21
XYZ47.701544.893953.1650
Yxy44.89390.32730.3080
Hunter Lab67.00299.8247-0.1430
CIE-Lab72.822014.4918-4.3483

#caaabb color RGB value is (202,170,187).

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

The process color (four color CMYK) of #caaabb color hex is 0.00, 0.16, 0.07, 0.21. Web safe color of #caaabb is #cc99cc. Color #caaabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 10111011
Octal 312 252 273
Decimal 202 170 187
Hex CA AA BB

RGB Percentages of Color #caaabb

%36.14
%30.41
%33.45

CMYK Percentages of Color #caaabb

%0
%16
%7
%21

Triadic Colors of #caaabb

#caaabb #bbcaaa #aabbca

Analogous Colors of #caaabb

#caaabb #caaaab #c9aaca

Monochromatic Colors of #caaabb

#caaabb

Complementary Color

#caaabb #aacab9

#caaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaabb Color CSS Codes

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

#caaabb Text Font Color

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

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


#caaabb Background Color

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

This div background color is #caaabb


#caaabb Border Color

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

This div border color is #caaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaabb


Comments

No comments written yet.

Please login to write comment.