Color Hex Logo

#afeff4 Color Hex

#AFEFF4
(175,239,244)
0 Favorites   0 Comments

Color spaces of #afeff4

RGB 175239244
HSL0.510.760.82
HSV184°28°96°
CMYK 0.280.020.00   0.04
XYZ64.874877.378697.1043
Yxy77.37860.27100.3233
Hunter Lab87.9651-22.2941-3.8744
CIE-Lab90.4956-18.7998-8.8982

#afeff4 color RGB value is (175,239,244).

#afeff4 hex color red value is 175, green value is 239 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #afeff4 hue: 0.51 , saturation: 0.76 and the lightness value of afeff4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11110100
Octal 257 357 364
Decimal 175 239 244
Hex AF EF F4

RGB Percentages of Color #afeff4

%26.60
%36.32
%37.08

CMYK Percentages of Color #afeff4

%28
%2
%0
%4

Triadic Colors of #afeff4

#afeff4 #f4afef #eff4af

Analogous Colors of #afeff4

#afeff4 #afcdf4 #aff4d7

Monochromatic Colors of #afeff4

#afeff4

Complementary Color

#afeff4 #f4b4af

#afeff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeff4 Color CSS Codes

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

#afeff4 Text Font Color

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

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


#afeff4 Background Color

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

This div background color is #afeff4


#afeff4 Border Color

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

This div border color is #afeff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeff4


Comments

No comments written yet.

Please login to write comment.