Color Hex Logo

#affee7 Color Hex

#AFFEE7
(175,254,231)
0 Favorites   0 Comments

Color spaces of #affee7

RGB 175254231
HSL0.450.980.84
HSV163°31°100°
CMYK 0.310.000.09   0.00
XYZ67.544885.767188.5960
Yxy85.76710.27920.3545
Hunter Lab92.6105-31.88088.1075
CIE-Lab94.2127-28.86333.3059

#affee7 color RGB value is (175,254,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11100111
Octal 257 376 347
Decimal 175 254 231
Hex AF FE E7

RGB Percentages of Color #affee7

%26.52
%38.48
%35.00

CMYK Percentages of Color #affee7

%31
%0
%9
%0

Triadic Colors of #affee7

#affee7 #e7affe #fee7af

Analogous Colors of #affee7

#affee7 #afeefe #affec0

Monochromatic Colors of #affee7

#affee7

Complementary Color

#affee7 #feafc6

#affee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affee7 Color CSS Codes

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

#affee7 Text Font Color

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

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


#affee7 Background Color

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

This div background color is #affee7


#affee7 Border Color

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

This div border color is #affee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affee7


Comments

No comments written yet.

Please login to write comment.