Color Hex Logo

#afeded Color Hex

#AFEDED
(175,237,237)
0 Favorites   0 Comments

Color spaces of #afeded

RGB 175237237
HSL0.500.630.81
HSV180°26°93°
CMYK 0.260.000.00   0.07
XYZ63.249475.796891.4174
Yxy75.79680.27440.3289
Hunter Lab87.0614-22.6785-1.3136
CIE-Lab89.7649-19.3580-6.3240

#afeded color RGB value is (175,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11101101
Octal 257 355 355
Decimal 175 237 237
Hex AF ED ED

RGB Percentages of Color #afeded

%26.96
%36.52
%36.52

CMYK Percentages of Color #afeded

%26
%0
%0
%7

Triadic Colors of #afeded

#afeded #edafed #ededaf

Analogous Colors of #afeded

#afeded #afceed #afedce

Monochromatic Colors of #afeded

#afeded

Complementary Color

#afeded #edafaf

#afeded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeded Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeded Color CSS Codes

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

#afeded Text Font Color

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

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


#afeded Background Color

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

This div background color is #afeded


#afeded Border Color

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

This div border color is #afeded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeded


Comments

No comments written yet.

Please login to write comment.