Color Hex Logo

#afe3df Color Hex

#AFE3DF
(175,227,223)
0 Favorites   0 Comments

Color spaces of #afe3df

RGB 175227223
HSL0.490.480.79
HSV175°23°89°
CMYK 0.230.000.02   0.11
XYZ58.467669.379880.1221
Yxy69.37980.28110.3336
Hunter Lab83.2945-20.46951.2744
CIE-Lab86.6918-17.4020-3.5076

#afe3df color RGB value is (175,227,223).

#afe3df hex color red value is 175, green value is 227 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afe3df hue: 0.49 , saturation: 0.48 and the lightness value of afe3df is 0.79.

The process color (four color CMYK) of #afe3df color hex is 0.23, 0.00, 0.02, 0.11. Web safe color of #afe3df is #99cccc. Color #afe3df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 11011111
Octal 257 343 337
Decimal 175 227 223
Hex AF E3 DF

RGB Percentages of Color #afe3df

%28.00
%36.32
%35.68

CMYK Percentages of Color #afe3df

%23
%0
%2
%11

Triadic Colors of #afe3df

#afe3df #dfafe3 #e3dfaf

Analogous Colors of #afe3df

#afe3df #afcde3 #afe3c5

Monochromatic Colors of #afe3df

#afe3df

Complementary Color

#afe3df #e3afb3

#afe3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe3df Color CSS Codes

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

#afe3df Text Font Color

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

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


#afe3df Background Color

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

This div background color is #afe3df


#afe3df Border Color

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

This div border color is #afe3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe3df

#afe3df Color Palettes


Comments

No comments written yet.

Please login to write comment.