Color Hex Logo

#afeddd Color Hex

#AFEDDD
(175,237,221)
0 Favorites   0 Comments

Color spaces of #afeddd

RGB 175237221
HSL0.460.630.81
HSV165°26°93°
CMYK 0.260.000.07   0.07
XYZ61.014574.902879.6485
Yxy74.90280.28300.3475
Hunter Lab86.5464-25.61526.0180
CIE-Lab89.3474-22.76191.4276

#afeddd color RGB value is (175,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11011101
Octal 257 355 335
Decimal 175 237 221
Hex AF ED DD

RGB Percentages of Color #afeddd

%27.65
%37.44
%34.91

CMYK Percentages of Color #afeddd

%26
%0
%7
%7

Triadic Colors of #afeddd

#afeddd #ddafed #edddaf

Analogous Colors of #afeddd

#afeddd #afdeed #afedbe

Monochromatic Colors of #afeddd

#afeddd

Complementary Color

#afeddd #edafbf

#afeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeddd Color CSS Codes

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

#afeddd Text Font Color

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

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


#afeddd Background Color

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

This div background color is #afeddd


#afeddd Border Color

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

This div border color is #afeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeddd


Comments

No comments written yet.

Please login to write comment.