Color Hex Logo

#c9affb Color Hex

#C9AFFB
(201,175,251)
0 Favorites   0 Comments

Color spaces of #c9affb

RGB 201175251
HSL0.720.900.84
HSV261°30°98°
CMYK 0.200.300.00   0.02
XYZ56.830050.042597.9307
Yxy50.04250.27750.2443
Hunter Lab70.740719.6028-32.5603
CIE-Lab76.095324.2645-34.2708

#c9affb color RGB value is (201,175,251).

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

The process color (four color CMYK) of #c9affb color hex is 0.20, 0.30, 0.00, 0.02. Web safe color of #c9affb is #cc99ff. Color #c9affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101111 11111011
Octal 311 257 373
Decimal 201 175 251
Hex C9 AF FB

RGB Percentages of Color #c9affb

%32.06
%27.91
%40.03

CMYK Percentages of Color #c9affb

%20
%30
%0
%2

Triadic Colors of #c9affb

#c9affb #fbc9af #affbc9

Analogous Colors of #c9affb

#c9affb #efaffb #afbbfb

Monochromatic Colors of #c9affb

#c9affb

Complementary Color

#c9affb #e1fbaf

#c9affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9affb Color CSS Codes

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

#c9affb Text Font Color

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

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


#c9affb Background Color

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

This div background color is #c9affb


#c9affb Border Color

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

This div border color is #c9affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9affb


Comments

No comments written yet.

Please login to write comment.