Color Hex Logo

#affaec Color Hex

#AFFAEC
(175,250,236)
0 Favorites   0 Comments

Color spaces of #affaec

RGB 175250236
HSL0.470.880.83
HSV169°30°98°
CMYK 0.300.000.06   0.02
XYZ67.005183.541391.9504
Yxy83.54130.27630.3445
Hunter Lab91.4009-29.09514.3342
CIE-Lab93.2509-25.9093-0.6796

#affaec color RGB value is (175,250,236).

#affaec hex color red value is 175, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #affaec hue: 0.47 , saturation: 0.88 and the lightness value of affaec is 0.83.

The process color (four color CMYK) of #affaec color hex is 0.30, 0.00, 0.06, 0.02. Web safe color of #affaec is #99ffff. Color #affaec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11101100
Octal 257 372 354
Decimal 175 250 236
Hex AF FA EC

RGB Percentages of Color #affaec

%26.48
%37.82
%35.70

CMYK Percentages of Color #affaec

%30
%0
%6
%2

Triadic Colors of #affaec

#affaec #ecaffa #faecaf

Analogous Colors of #affaec

#affaec #afe3fa #affac7

Monochromatic Colors of #affaec

#affaec

Complementary Color

#affaec #faafbd

#affaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#affaec Color CSS Codes

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

#affaec Text Font Color

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

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


#affaec Background Color

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

This div background color is #affaec


#affaec Border Color

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

This div border color is #affaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,250,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 #affaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affaec

Related Colors


Comments

No comments written yet.

Please login to write comment.