Color Hex Logo

#c1aebb Color Hex

#C1AEBB
(193,174,187)
0 Favorites   0 Comments

Color spaces of #c1aebb

RGB 193174187
HSL0.890.130.72
HSV319°10°76°
CMYK 0.000.100.03   0.24
XYZ46.098045.197453.3081
Yxy45.19740.31880.3126
Hunter Lab67.22904.74420.0473
CIE-Lab73.02179.1278-4.1451

#c1aebb color RGB value is (193,174,187).

#c1aebb hex color red value is 193, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c1aebb hue: 0.89 , saturation: 0.13 and the lightness value of c1aebb is 0.72.

The process color (four color CMYK) of #c1aebb color hex is 0.00, 0.10, 0.03, 0.24. Web safe color of #c1aebb is #cc99cc. Color #c1aebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101110 10111011
Octal 301 256 273
Decimal 193 174 187
Hex C1 AE BB

RGB Percentages of Color #c1aebb

%34.84
%31.41
%33.75

CMYK Percentages of Color #c1aebb

%0
%10
%3
%24

Triadic Colors of #c1aebb

#c1aebb #bbc1ae #aebbc1

Analogous Colors of #c1aebb

#c1aebb #c1aeb2 #beaec1

Monochromatic Colors of #c1aebb

#c1aebb

Complementary Color

#c1aebb #aec1b4

#c1aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aebb Color CSS Codes

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

#c1aebb Text Font Color

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

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


#c1aebb Background Color

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

This div background color is #c1aebb


#c1aebb Border Color

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

This div border color is #c1aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aebb


Comments

No comments written yet.

Please login to write comment.