Color Hex Logo

#caabc7 Color Hex

#CAABC7
(202,171,199)
0 Favorites   0 Comments

Color spaces of #caabc7

RGB 202171199
HSL0.850.230.73
HSV306°15°79°
CMYK 0.000.150.01   0.21
XYZ49.228845.805960.2796
Yxy45.80590.31700.2949
Hunter Lab67.680111.3964-5.4309
CIE-Lab73.419416.1129-10.0514

#caabc7 color RGB value is (202,171,199).

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

The process color (four color CMYK) of #caabc7 color hex is 0.00, 0.15, 0.01, 0.21. Web safe color of #caabc7 is #cc99cc. Color #caabc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11000111
Octal 312 253 307
Decimal 202 171 199
Hex CA AB C7

RGB Percentages of Color #caabc7

%35.31
%29.90
%34.79

CMYK Percentages of Color #caabc7

%0
%15
%1
%21

Triadic Colors of #caabc7

#caabc7 #c7caab #abc7ca

Analogous Colors of #caabc7

#caabc7 #caabb8 #beabca

Monochromatic Colors of #caabc7

#caabc7

Complementary Color

#caabc7 #abcaae

#caabc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabc7 Color CSS Codes

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

#caabc7 Text Font Color

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

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


#caabc7 Background Color

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

This div background color is #caabc7


#caabc7 Border Color

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

This div border color is #caabc7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,171,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabc7


Comments

No comments written yet.

Please login to write comment.