Color Hex Logo

#c9afbe Color Hex

#C9AFBE
(201,175,190)
0 Favorites   0 Comments

Color spaces of #c9afbe

RGB 201175190
HSL0.900.190.74
HSV325°13°79°
CMYK 0.000.130.05   0.21
XYZ48.711646.795255.1802
Yxy46.79520.32330.3105
Hunter Lab68.40707.39490.0589
CIE-Lab74.058611.9467-4.1814

#c9afbe color RGB value is (201,175,190).

#c9afbe hex color red value is 201, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c9afbe hue: 0.90 , saturation: 0.19 and the lightness value of c9afbe is 0.74.

The process color (four color CMYK) of #c9afbe color hex is 0.00, 0.13, 0.05, 0.21. Web safe color of #c9afbe is #cc99cc. Color #c9afbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101111 10111110
Octal 311 257 276
Decimal 201 175 190
Hex C9 AF BE

RGB Percentages of Color #c9afbe

%35.51
%30.92
%33.57

CMYK Percentages of Color #c9afbe

%0
%13
%5
%21

Triadic Colors of #c9afbe

#c9afbe #bec9af #afbec9

Analogous Colors of #c9afbe

#c9afbe #c9afb1 #c7afc9

Monochromatic Colors of #c9afbe

#c9afbe

Complementary Color

#c9afbe #afc9ba

#c9afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9afbe Color CSS Codes

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

#c9afbe Text Font Color

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

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


#c9afbe Background Color

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

This div background color is #c9afbe


#c9afbe Border Color

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

This div border color is #c9afbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,175,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9afbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9afbe;
  -webkit-box-shadow: 1px 1px 3px 2px #c9afbe;
  box-shadow:         1px 1px 3px 2px #c9afbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,175,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9afbe


Comments

No comments written yet.

Please login to write comment.