Color Hex Logo

#afede7 Color Hex

#AFEDE7
(175,237,231)
0 Favorites   0 Comments

Color spaces of #afede7

RGB 175237231
HSL0.480.630.81
HSV174°26°93°
CMYK 0.260.000.03   0.07
XYZ62.387275.451986.8768
Yxy75.45190.27760.3358
Hunter Lab86.8631-23.80721.5048
CIE-Lab89.6042-20.6581-3.4240

#afede7 color RGB value is (175,237,231).

#afede7 hex color red value is 175, green value is 237 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #afede7 hue: 0.48 , saturation: 0.63 and the lightness value of afede7 is 0.81.

The process color (four color CMYK) of #afede7 color hex is 0.26, 0.00, 0.03, 0.07. Web safe color of #afede7 is #99ffff. Color #afede7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11100111
Octal 257 355 347
Decimal 175 237 231
Hex AF ED E7

RGB Percentages of Color #afede7

%27.22
%36.86
%35.93

CMYK Percentages of Color #afede7

%26
%0
%3
%7

Triadic Colors of #afede7

#afede7 #e7afed #ede7af

Analogous Colors of #afede7

#afede7 #afd4ed #afedc8

Monochromatic Colors of #afede7

#afede7

Complementary Color

#afede7 #edafb5

#afede7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afede7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afede7 Color CSS Codes

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

#afede7 Text Font Color

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

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


#afede7 Background Color

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

This div background color is #afede7


#afede7 Border Color

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

This div border color is #afede7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afede7


Comments

No comments written yet.

Please login to write comment.