Color Hex Logo

#afeedd Color Hex

#AFEEDD
(175,238,221)
0 Favorites   0 Comments

Color spaces of #afeedd

RGB 175238221
HSL0.460.650.81
HSV164°26°93°
CMYK 0.260.000.07   0.07
XYZ61.304975.483579.7453
Yxy75.48350.28310.3486
Hunter Lab86.8812-26.08956.3966
CIE-Lab89.6190-23.24911.8228

#afeedd color RGB value is (175,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11011101
Octal 257 356 335
Decimal 175 238 221
Hex AF EE DD

RGB Percentages of Color #afeedd

%27.60
%37.54
%34.86

CMYK Percentages of Color #afeedd

%26
%0
%7
%7

Triadic Colors of #afeedd

#afeedd #ddafee #eeddaf

Analogous Colors of #afeedd

#afeedd #afe0ee #afeebe

Monochromatic Colors of #afeedd

#afeedd

Complementary Color

#afeedd #eeafc0

#afeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeedd Color CSS Codes

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

#afeedd Text Font Color

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

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


#afeedd Background Color

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

This div background color is #afeedd


#afeedd Border Color

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

This div border color is #afeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeedd


Comments

No comments written yet.

Please login to write comment.