Color Hex Logo

#afedf6 Color Hex

#AFEDF6
(175,237,246)
0 Favorites   0 Comments

Color spaces of #afedf6

RGB 175237246
HSL0.520.800.83
HSV188°29°96°
CMYK 0.290.040.00   0.04
XYZ64.597976.336298.5185
Yxy76.33620.26980.3188
Hunter Lab87.3706-20.9236-5.6956
CIE-Lab90.0152-17.3564-10.6565

#afedf6 color RGB value is (175,237,246).

#afedf6 hex color red value is 175, green value is 237 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #afedf6 hue: 0.52 , saturation: 0.80 and the lightness value of afedf6 is 0.83.

The process color (four color CMYK) of #afedf6 color hex is 0.29, 0.04, 0.00, 0.04. Web safe color of #afedf6 is #99ffff. Color #afedf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11110110
Octal 257 355 366
Decimal 175 237 246
Hex AF ED F6

RGB Percentages of Color #afedf6

%26.60
%36.02
%37.39

CMYK Percentages of Color #afedf6

%29
%4
%0
%4

Triadic Colors of #afedf6

#afedf6 #f6afed #edf6af

Analogous Colors of #afedf6

#afedf6 #afcaf6 #aff6dc

Monochromatic Colors of #afedf6

#afedf6

Complementary Color

#afedf6 #f6b8af

#afedf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedf6 Color CSS Codes

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

#afedf6 Text Font Color

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

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


#afedf6 Background Color

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

This div background color is #afedf6


#afedf6 Border Color

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

This div border color is #afedf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedf6


Comments

No comments written yet.

Please login to write comment.