Color Hex Logo

#afffec Color Hex

#AFFFEC
(175,255,236)
0 Favorites   0 Comments

Color spaces of #afffec

RGB 175255236
HSL0.461.000.84
HSV166°31°100°
CMYK 0.310.000.07   0.00
XYZ68.579586.690192.4752
Yxy86.69010.27680.3499
Hunter Lab93.1075-31.46186.2879
CIE-Lab94.6066-28.29451.2989

#afffec color RGB value is (175,255,236).

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

The process color (four color CMYK) of #afffec color hex is 0.31, 0.00, 0.07, 0.00. Web safe color of #afffec is #99ffff. Color #afffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 11101100
Octal 257 377 354
Decimal 175 255 236
Hex AF FF EC

RGB Percentages of Color #afffec

%26.28
%38.29
%35.44

CMYK Percentages of Color #afffec

%31
%0
%7
%0

Triadic Colors of #afffec

#afffec #ecafff #ffecaf

Analogous Colors of #afffec

#afffec #afeaff #afffc4

Monochromatic Colors of #afffec

#afffec

Complementary Color

#afffec #ffafc2

#afffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afffec Color CSS Codes

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

#afffec Text Font Color

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

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


#afffec Background Color

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

This div background color is #afffec


#afffec Border Color

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

This div border color is #afffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afffec


Comments

No comments written yet.

Please login to write comment.