Color Hex Logo

#affde8 Color Hex

#AFFDE8
(175,253,232)
0 Favorites   0 Comments

Color spaces of #affde8

RGB 175253232
HSL0.460.950.84
HSV164°31°99°
CMYK 0.310.000.08   0.01
XYZ67.370085.190789.2366
Yxy85.19070.27860.3523
Hunter Lab92.2988-31.23367.2862
CIE-Lab93.9652-28.18192.4304

#affde8 color RGB value is (175,253,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11101000
Octal 257 375 350
Decimal 175 253 232
Hex AF FD E8

RGB Percentages of Color #affde8

%26.52
%38.33
%35.15

CMYK Percentages of Color #affde8

%31
%0
%8
%1

Triadic Colors of #affde8

#affde8 #e8affd #fde8af

Analogous Colors of #affde8

#affde8 #afebfd #affdc1

Monochromatic Colors of #affde8

#affde8

Complementary Color

#affde8 #fdafc4

#affde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affde8 Color CSS Codes

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

#affde8 Text Font Color

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

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


#affde8 Background Color

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

This div background color is #affde8


#affde8 Border Color

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

This div border color is #affde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affde8


Comments

No comments written yet.

Please login to write comment.