Color Hex Logo

#afeafd Color Hex

#AFEAFD
(175,234,253)
0 Favorites   0 Comments

Color spaces of #afeafd

RGB 175234253
HSL0.540.950.84
HSV195°31°99°
CMYK 0.310.080.00   0.01
XYZ64.831675.0514103.9979
Yxy75.05140.26580.3077
Hunter Lab86.6322-18.0251-10.5323
CIE-Lab89.4171-14.2487-15.2095

#afeafd color RGB value is (175,234,253).

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

The process color (four color CMYK) of #afeafd color hex is 0.31, 0.08, 0.00, 0.01. Web safe color of #afeafd is #99ffff. Color #afeafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11111101
Octal 257 352 375
Decimal 175 234 253
Hex AF EA FD

RGB Percentages of Color #afeafd

%26.44
%35.35
%38.22

CMYK Percentages of Color #afeafd

%31
%8
%0
%1

Triadic Colors of #afeafd

#afeafd #fdafea #eafdaf

Analogous Colors of #afeafd

#afeafd #afc3fd #affde9

Monochromatic Colors of #afeafd

#afeafd

Complementary Color

#afeafd #fdc2af

#afeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeafd Color CSS Codes

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

#afeafd Text Font Color

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

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


#afeafd Background Color

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

This div background color is #afeafd


#afeafd Border Color

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

This div border color is #afeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeafd


Comments

No comments written yet.

Please login to write comment.