Color Hex Logo

#affee5 Color Hex

#AFFEE5
(175,254,229)
0 Favorites   0 Comments

Color spaces of #affee5

RGB 175254229
HSL0.450.980.84
HSV161°31°100°
CMYK 0.310.000.10   0.00
XYZ67.263985.654787.1166
Yxy85.65470.28020.3568
Hunter Lab92.5498-32.23098.9756
CIE-Lab94.1645-29.27514.2680

#affee5 color RGB value is (175,254,229).

#affee5 hex color red value is 175, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #affee5 hue: 0.45 , saturation: 0.98 and the lightness value of affee5 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11100101
Octal 257 376 345
Decimal 175 254 229
Hex AF FE E5

RGB Percentages of Color #affee5

%26.60
%38.60
%34.80

CMYK Percentages of Color #affee5

%31
%0
%10
%0

Triadic Colors of #affee5

#affee5 #e5affe #fee5af

Analogous Colors of #affee5

#affee5 #aff0fe #affebe

Monochromatic Colors of #affee5

#affee5

Complementary Color

#affee5 #feafc8

#affee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affee5 Color CSS Codes

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

#affee5 Text Font Color

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

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


#affee5 Background Color

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

This div background color is #affee5


#affee5 Border Color

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

This div border color is #affee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affee5


Comments

No comments written yet.

Please login to write comment.