Color Hex Logo

#afeffd Color Hex

#AFEFFD
(175,239,253)
0 Favorites   0 Comments

Color spaces of #afeffd

RGB 175239253
HSL0.530.950.84
HSV191°31°99°
CMYK 0.310.060.00   0.01
XYZ66.275377.9388104.4791
Yxy77.93880.26650.3134
Hunter Lab88.2830-20.4926-8.3691
CIE-Lab90.7520-16.7595-13.2113

#afeffd color RGB value is (175,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11111101
Octal 257 357 375
Decimal 175 239 253
Hex AF EF FD

RGB Percentages of Color #afeffd

%26.24
%35.83
%37.93

CMYK Percentages of Color #afeffd

%31
%6
%0
%1

Triadic Colors of #afeffd

#afeffd #fdafef #effdaf

Analogous Colors of #afeffd

#afeffd #afc8fd #affde4

Monochromatic Colors of #afeffd

#afeffd

Complementary Color

#afeffd #fdbdaf

#afeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeffd Color CSS Codes

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

#afeffd Text Font Color

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

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


#afeffd Background Color

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

This div background color is #afeffd


#afeffd Border Color

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

This div border color is #afeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeffd


Comments

No comments written yet.

Please login to write comment.