Color Hex Logo

#c7aebb Color Hex

#C7AEBB
(199,174,187)
0 Favorites   0 Comments

Color spaces of #c7aebb

RGB 199174187
HSL0.910.180.73
HSV329°13°78°
CMYK 0.000.130.06   0.22
XYZ47.658946.002153.3811
Yxy46.00210.32410.3128
Hunter Lab67.82486.73420.8136
CIE-Lab73.546911.2488-3.3115

#c7aebb color RGB value is (199,174,187).

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

The process color (four color CMYK) of #c7aebb color hex is 0.00, 0.13, 0.06, 0.22. Web safe color of #c7aebb is #cc99cc. Color #c7aebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101110 10111011
Octal 307 256 273
Decimal 199 174 187
Hex C7 AE BB

RGB Percentages of Color #c7aebb

%35.54
%31.07
%33.39

CMYK Percentages of Color #c7aebb

%0
%13
%6
%22

Triadic Colors of #c7aebb

#c7aebb #bbc7ae #aebbc7

Analogous Colors of #c7aebb

#c7aebb #c7aeaf #c7aec7

Monochromatic Colors of #c7aebb

#c7aebb

Complementary Color

#c7aebb #aec7ba

#c7aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aebb Color CSS Codes

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

#c7aebb Text Font Color

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

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


#c7aebb Background Color

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

This div background color is #c7aebb


#c7aebb Border Color

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

This div border color is #c7aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aebb


Comments

No comments written yet.

Please login to write comment.