Color Hex Logo

#afc9fb Color Hex

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

Color spaces of #afc9fb

RGB 175201251
HSL0.610.900.84
HSV219°30°98°
CMYK 0.300.200.00   0.02
XYZ55.978457.852399.4830
Yxy57.85230.26240.2712
Hunter Lab76.0607-1.7356-24.3054
CIE-Lab80.65662.4893-27.4212

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

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

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

Base Numbers

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

RGB Percentages of Color #afc9fb

%27.91
%32.06
%40.03

CMYK Percentages of Color #afc9fb

%30
%20
%0
%2

Triadic Colors of #afc9fb

#afc9fb #fbafc9 #c9fbaf

Analogous Colors of #afc9fb

#afc9fb #bbaffb #afeffb

Monochromatic Colors of #afc9fb

#afc9fb

Complementary Color

#afc9fb #fbe1af

#afc9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc9fb Color CSS Codes

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

#afc9fb Text Font Color

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

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


#afc9fb Background Color

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

This div background color is #afc9fb


#afc9fb Border Color

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

This div border color is #afc9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc9fb


Comments

No comments written yet.

Please login to write comment.