Color Hex Logo

#afc5fd Color Hex

#AFC5FD
(175,197,253)
0 Favorites   0 Comments

Color spaces of #afc5fd

RGB 175197253
HSL0.620.950.84
HSV223°31°99°
CMYK 0.310.220.00   0.01
XYZ55.375156.1383100.8457
Yxy56.13830.26080.2644
Hunter Lab74.92550.8042-27.3533
CIE-Lab79.69255.1340-29.9656

#afc5fd color RGB value is (175,197,253).

#afc5fd hex color red value is 175, green value is 197 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #afc5fd hue: 0.62 , saturation: 0.95 and the lightness value of afc5fd is 0.84.

The process color (four color CMYK) of #afc5fd color hex is 0.31, 0.22, 0.00, 0.01. Web safe color of #afc5fd is #99ccff. Color #afc5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 11111101
Octal 257 305 375
Decimal 175 197 253
Hex AF C5 FD

RGB Percentages of Color #afc5fd

%28.00
%31.52
%40.48

CMYK Percentages of Color #afc5fd

%31
%22
%0
%1

Triadic Colors of #afc5fd

#afc5fd #fdafc5 #c5fdaf

Analogous Colors of #afc5fd

#afc5fd #c0affd #afecfd

Monochromatic Colors of #afc5fd

#afc5fd

Complementary Color

#afc5fd #fde7af

#afc5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc5fd Color CSS Codes

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

#afc5fd Text Font Color

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

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


#afc5fd Background Color

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

This div background color is #afc5fd


#afc5fd Border Color

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

This div border color is #afc5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc5fd


Comments

No comments written yet.

Please login to write comment.