Color Hex Logo

#afeede Color Hex

#AFEEDE
(175,238,222)
0 Favorites   0 Comments

Color spaces of #afeede

RGB 175238222
HSL0.460.650.81
HSV165°26°93°
CMYK 0.260.000.07   0.07
XYZ61.438575.537080.4492
Yxy75.53700.28260.3474
Hunter Lab86.9120-25.91365.9573
CIE-Lab89.6439-23.04301.3369

#afeede color RGB value is (175,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11011110
Octal 257 356 336
Decimal 175 238 222
Hex AF EE DE

RGB Percentages of Color #afeede

%27.56
%37.48
%34.96

CMYK Percentages of Color #afeede

%26
%0
%7
%7

Triadic Colors of #afeede

#afeede #deafee #eedeaf

Analogous Colors of #afeede

#afeede #afdfee #afeebf

Monochromatic Colors of #afeede

#afeede

Complementary Color

#afeede #eeafbf

#afeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeede Color CSS Codes

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

#afeede Text Font Color

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

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


#afeede Background Color

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

This div background color is #afeede


#afeede Border Color

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

This div border color is #afeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeede


Comments

No comments written yet.

Please login to write comment.