Color Hex Logo

#afeadf Color Hex

#AFEADF
(175,234,223)
0 Favorites   0 Comments

Color spaces of #afeadf

RGB 175234223
HSL0.470.580.80
HSV169°25°92°
CMYK 0.250.000.05   0.08
XYZ60.421373.287380.7734
Yxy73.28730.28170.3417
Hunter Lab85.6080-23.83043.9839
CIE-Lab88.5846-20.8759-0.7322

#afeadf color RGB value is (175,234,223).

#afeadf hex color red value is 175, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afeadf hue: 0.47 , saturation: 0.58 and the lightness value of afeadf is 0.80.

The process color (four color CMYK) of #afeadf color hex is 0.25, 0.00, 0.05, 0.08. Web safe color of #afeadf is #99ffcc. Color #afeadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11011111
Octal 257 352 337
Decimal 175 234 223
Hex AF EA DF

RGB Percentages of Color #afeadf

%27.69
%37.03
%35.28

CMYK Percentages of Color #afeadf

%25
%0
%5
%8

Triadic Colors of #afeadf

#afeadf #dfafea #eadfaf

Analogous Colors of #afeadf

#afeadf #afd8ea #afeac2

Monochromatic Colors of #afeadf

#afeadf

Complementary Color

#afeadf #eaafba

#afeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeadf Color CSS Codes

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

#afeadf Text Font Color

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

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


#afeadf Background Color

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

This div background color is #afeadf


#afeadf Border Color

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

This div border color is #afeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeadf

#afeadf Color Palettes


Comments

No comments written yet.

Please login to write comment.