Color Hex Logo

#afc7fb Color Hex

#AFC7FB
(175,199,251)
0 Favorites   0 Comments

Color spaces of #afc7fb

RGB 175199251
HSL0.610.900.84
HSV221°30°98°
CMYK 0.300.210.00   0.02
XYZ55.515256.925899.3286
Yxy56.92580.26210.2688
Hunter Lab75.4492-0.6965-25.2407
CIE-Lab80.13783.5661-28.2152

#afc7fb color RGB value is (175,199,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 11111011
Octal 257 307 373
Decimal 175 199 251
Hex AF C7 FB

RGB Percentages of Color #afc7fb

%28.00
%31.84
%40.16

CMYK Percentages of Color #afc7fb

%30
%21
%0
%2

Triadic Colors of #afc7fb

#afc7fb #fbafc7 #c7fbaf

Analogous Colors of #afc7fb

#afc7fb #bdaffb #afedfb

Monochromatic Colors of #afc7fb

#afc7fb

Complementary Color

#afc7fb #fbe3af

#afc7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc7fb Color CSS Codes

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

#afc7fb Text Font Color

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

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


#afc7fb Background Color

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

This div background color is #afc7fb


#afc7fb Border Color

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

This div border color is #afc7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.