Color Hex Logo

#afe4dc Color Hex

#AFE4DC
(175,228,220)
0 Favorites   0 Comments

Color spaces of #afe4dc

RGB 175228220
HSL0.470.500.79
HSV171°23°89°
CMYK 0.230.000.04   0.11
XYZ58.340969.768178.1018
Yxy69.76810.28290.3383
Hunter Lab83.5273-21.49683.0303
CIE-Lab86.8830-18.5336-1.6474

#afe4dc color RGB value is (175,228,220).

#afe4dc hex color red value is 175, green value is 228 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afe4dc hue: 0.47 , saturation: 0.50 and the lightness value of afe4dc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 11011100
Octal 257 344 334
Decimal 175 228 220
Hex AF E4 DC

RGB Percentages of Color #afe4dc

%28.09
%36.60
%35.31

CMYK Percentages of Color #afe4dc

%23
%0
%4
%11

Triadic Colors of #afe4dc

#afe4dc #dcafe4 #e4dcaf

Analogous Colors of #afe4dc

#afe4dc #afd2e4 #afe4c2

Monochromatic Colors of #afe4dc

#afe4dc

Complementary Color

#afe4dc #e4afb7

#afe4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe4dc Color CSS Codes

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

#afe4dc Text Font Color

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

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


#afe4dc Background Color

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

This div background color is #afe4dc


#afe4dc Border Color

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

This div border color is #afe4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe4dc


Comments

No comments written yet.

Please login to write comment.