Color Hex Logo

#afd0fe Color Hex

#AFD0FE
(175,208,254)
0 Favorites   0 Comments

Color spaces of #afd0fe

RGB 175208254
HSL0.600.980.84
HSV215°31°100°
CMYK 0.310.180.00   0.00
XYZ58.124561.3815102.5503
Yxy61.38150.26180.2764
Hunter Lab78.3463-4.6784-22.7643
CIE-Lab82.5834-0.5269-26.0735

#afd0fe color RGB value is (175,208,254).

#afd0fe hex color red value is 175, green value is 208 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afd0fe hue: 0.60 , saturation: 0.98 and the lightness value of afd0fe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 11111110
Octal 257 320 376
Decimal 175 208 254
Hex AF D0 FE

RGB Percentages of Color #afd0fe

%27.47
%32.65
%39.87

CMYK Percentages of Color #afd0fe

%31
%18
%0
%0

Triadic Colors of #afd0fe

#afd0fe #feafd0 #d0feaf

Analogous Colors of #afd0fe

#afd0fe #b6affe #aff8fe

Monochromatic Colors of #afd0fe

#afd0fe

Complementary Color

#afd0fe #feddaf

#afd0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd0fe Color CSS Codes

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

#afd0fe Text Font Color

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

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


#afd0fe Background Color

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

This div background color is #afd0fe


#afd0fe Border Color

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

This div border color is #afd0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd0fe

Related Colors


Comments

No comments written yet.

Please login to write comment.