Color Hex Logo

#afeff0 Color Hex

#AFEFF0
(175,239,240)
0 Favorites   0 Comments

Color spaces of #afeff0

RGB 175239240
HSL0.500.680.81
HSV181°27°94°
CMYK 0.270.000.00   0.06
XYZ64.273977.138293.9397
Yxy77.13820.27310.3278
Hunter Lab87.8284-23.0711-1.9357
CIE-Lab90.3852-19.6873-6.9741

#afeff0 color RGB value is (175,239,240).

#afeff0 hex color red value is 175, green value is 239 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #afeff0 hue: 0.50 , saturation: 0.68 and the lightness value of afeff0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11110000
Octal 257 357 360
Decimal 175 239 240
Hex AF EF F0

RGB Percentages of Color #afeff0

%26.76
%36.54
%36.70

CMYK Percentages of Color #afeff0

%27
%0
%0
%6

Triadic Colors of #afeff0

#afeff0 #f0afef #eff0af

Analogous Colors of #afeff0

#afeff0 #afcff0 #aff0d1

Monochromatic Colors of #afeff0

#afeff0

Complementary Color

#afeff0 #f0b0af

#afeff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeff0 Color CSS Codes

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

#afeff0 Text Font Color

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

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


#afeff0 Background Color

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

This div background color is #afeff0


#afeff0 Border Color

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

This div border color is #afeff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeff0


Comments

No comments written yet.

Please login to write comment.