Color Hex Logo

#afffe4 Color Hex

#AFFFE4
(175,255,228)
0 Favorites   0 Comments

Color spaces of #afffe4

RGB 175255228
HSL0.441.000.84
HSV160°31°100°
CMYK 0.310.000.11   0.00
XYZ67.442886.235486.4893
Yxy86.23540.28080.3591
Hunter Lab92.8630-32.87279.7835
CIE-Lab94.4129-29.95105.1430

#afffe4 color RGB value is (175,255,228).

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

The process color (four color CMYK) of #afffe4 color hex is 0.31, 0.00, 0.11, 0.00. Web safe color of #afffe4 is #99ffcc. Color #afffe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11100100
Octal 257 377 344
Decimal 175 255 228
Hex AF FF E4

RGB Percentages of Color #afffe4

%26.60
%38.75
%34.65

CMYK Percentages of Color #afffe4

%31
%0
%11
%0

Triadic Colors of #afffe4

#afffe4 #e4afff #ffe4af

Analogous Colors of #afffe4

#afffe4 #aff2ff #afffbc

Monochromatic Colors of #afffe4

#afffe4

Complementary Color

#afffe4 #ffafca

#afffe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffe4 Color CSS Codes

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

#afffe4 Text Font Color

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

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


#afffe4 Background Color

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

This div background color is #afffe4


#afffe4 Border Color

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

This div border color is #afffe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffe4

Related Colors

#afffe4 Color Palettes


Comments

No comments written yet.

Please login to write comment.