Color Hex Logo

#afefff Color Hex

#AFEFFF
(175,239,255)
1 Favorites   0 Comments

Color spaces of #afefff

RGB 175239255
HSL0.531.000.84
HSV192°31°100°
CMYK 0.310.060.00   0.00
XYZ66.595778.0670106.1662
Yxy78.06700.26550.3112
Hunter Lab88.3555-20.0824-9.3928
CIE-Lab90.8105-16.2983-14.1666

#afefff color RGB value is (175,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11111111
Octal 257 357 377
Decimal 175 239 255
Hex AF EF FF

RGB Percentages of Color #afefff

%26.16
%35.72
%38.12

CMYK Percentages of Color #afefff

%31
%6
%0
%0

Triadic Colors of #afefff

#afefff #ffafef #efffaf

Analogous Colors of #afefff

#afefff #afc7ff #afffe7

Monochromatic Colors of #afefff

#afefff

Complementary Color

#afefff #ffbfaf

#afefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefff Color CSS Codes

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

#afefff Text Font Color

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

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


#afefff Background Color

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

This div background color is #afefff


#afefff Border Color

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

This div border color is #afefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefff

Related Colors


Comments

No comments written yet.

Please login to write comment.