Color Hex Logo

#affae4 Color Hex

#AFFAE4
(175,250,228)
0 Favorites   0 Comments

Color spaces of #affae4

RGB 175250228
HSL0.450.880.83
HSV162°30°98°
CMYK 0.300.000.09   0.02
XYZ65.868483.086685.9645
Yxy83.08660.28040.3537
Hunter Lab91.1519-30.52767.8904
CIE-Lab93.0523-27.58413.1726

#affae4 color RGB value is (175,250,228).

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

The process color (four color CMYK) of #affae4 color hex is 0.30, 0.00, 0.09, 0.02. Web safe color of #affae4 is #99ffcc. Color #affae4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11100100
Octal 257 372 344
Decimal 175 250 228
Hex AF FA E4

RGB Percentages of Color #affae4

%26.80
%38.28
%34.92

CMYK Percentages of Color #affae4

%30
%0
%9
%2

Triadic Colors of #affae4

#affae4 #e4affa #fae4af

Analogous Colors of #affae4

#affae4 #afebfa #affabf

Monochromatic Colors of #affae4

#affae4

Complementary Color

#affae4 #faafc5

#affae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affae4 Color CSS Codes

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

#affae4 Text Font Color

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

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


#affae4 Background Color

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

This div background color is #affae4


#affae4 Border Color

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

This div border color is #affae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affae4


Comments

No comments written yet.

Please login to write comment.