Color Hex Logo

#afeed7 Color Hex

#AFEED7
(175,238,215)
0 Favorites   0 Comments

Color spaces of #afeed7

RGB 175238215
HSL0.440.650.81
HSV158°26°93°
CMYK 0.260.000.10   0.07
XYZ60.519575.169375.6094
Yxy75.16930.28640.3557
Hunter Lab86.7002-27.12688.9846
CIE-Lab89.4722-24.46944.7419

#afeed7 color RGB value is (175,238,215).

#afeed7 hex color red value is 175, green value is 238 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #afeed7 hue: 0.44 , saturation: 0.65 and the lightness value of afeed7 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11010111
Octal 257 356 327
Decimal 175 238 215
Hex AF EE D7

RGB Percentages of Color #afeed7

%27.87
%37.90
%34.24

CMYK Percentages of Color #afeed7

%26
%0
%10
%7

Triadic Colors of #afeed7

#afeed7 #d7afee #eed7af

Analogous Colors of #afeed7

#afeed7 #afe6ee #afeeb8

Monochromatic Colors of #afeed7

#afeed7

Complementary Color

#afeed7 #eeafc6

#afeed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeed7 Color CSS Codes

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

#afeed7 Text Font Color

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

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


#afeed7 Background Color

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

This div background color is #afeed7


#afeed7 Border Color

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

This div border color is #afeed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeed7


Comments

No comments written yet.

Please login to write comment.