Color Hex Logo

#c5aabb Color Hex

#C5AABB
(197,170,187)
0 Favorites   0 Comments

Color spaces of #c5aabb

RGB 197170187
HSL0.900.190.72
HSV322°14°77°
CMYK 0.000.140.05   0.23
XYZ46.370344.207653.1027
Yxy44.20760.32270.3077
Hunter Lab66.48888.1332-0.8111
CIE-Lab72.367012.7216-5.0711

#c5aabb color RGB value is (197,170,187).

#c5aabb hex color red value is 197, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c5aabb hue: 0.90 , saturation: 0.19 and the lightness value of c5aabb is 0.72.

The process color (four color CMYK) of #c5aabb color hex is 0.00, 0.14, 0.05, 0.23. Web safe color of #c5aabb is #cc99cc. Color #c5aabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 10111011
Octal 305 252 273
Decimal 197 170 187
Hex C5 AA BB

RGB Percentages of Color #c5aabb

%35.56
%30.69
%33.75

CMYK Percentages of Color #c5aabb

%0
%14
%5
%23

Triadic Colors of #c5aabb

#c5aabb #bbc5aa #aabbc5

Analogous Colors of #c5aabb

#c5aabb #c5aaae #c2aac5

Monochromatic Colors of #c5aabb

#c5aabb

Complementary Color

#c5aabb #aac5b4

#c5aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aabb Color CSS Codes

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

#c5aabb Text Font Color

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

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


#c5aabb Background Color

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

This div background color is #c5aabb


#c5aabb Border Color

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

This div border color is #c5aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aabb


Comments

No comments written yet.

Please login to write comment.