Color Hex Logo

#afc0fb Color Hex

#AFC0FB
(175,192,251)
0 Favorites   0 Comments

Color spaces of #afc0fb

RGB 175192251
HSL0.630.900.84
HSV227°30°98°
CMYK 0.300.240.00   0.02
XYZ53.941453.778398.8040
Yxy53.77830.26120.2604
Hunter Lab73.33372.9637-28.5491
CIE-Lab78.33237.3613-30.9861

#afc0fb color RGB value is (175,192,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 11111011
Octal 257 300 373
Decimal 175 192 251
Hex AF C0 FB

RGB Percentages of Color #afc0fb

%28.32
%31.07
%40.61

CMYK Percentages of Color #afc0fb

%30
%24
%0
%2

Triadic Colors of #afc0fb

#afc0fb #fbafc0 #c0fbaf

Analogous Colors of #afc0fb

#afc0fb #c4affb #afe6fb

Monochromatic Colors of #afc0fb

#afc0fb

Complementary Color

#afc0fb #fbeaaf

#afc0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc0fb Color CSS Codes

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

#afc0fb Text Font Color

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

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


#afc0fb Background Color

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

This div background color is #afc0fb


#afc0fb Border Color

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

This div border color is #afc0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc0fb


Comments

No comments written yet.

Please login to write comment.