Color Hex Logo

#afefdc Color Hex

#AFEFDC
(175,239,220)
0 Favorites   0 Comments

Color spaces of #afefdc

RGB 175239220
HSL0.450.670.81
HSV162°27°94°
CMYK 0.270.000.08   0.06
XYZ61.464076.014379.1429
Yxy76.01430.28370.3509
Hunter Lab87.1862-26.73797.2101
CIE-Lab89.8660-23.94032.7037

#afefdc color RGB value is (175,239,220).

#afefdc hex color red value is 175, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afefdc hue: 0.45 , saturation: 0.67 and the lightness value of afefdc is 0.81.

The process color (four color CMYK) of #afefdc color hex is 0.27, 0.00, 0.08, 0.06. Web safe color of #afefdc is #99ffcc. Color #afefdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11011100
Octal 257 357 334
Decimal 175 239 220
Hex AF EF DC

RGB Percentages of Color #afefdc

%27.60
%37.70
%34.70

CMYK Percentages of Color #afefdc

%27
%0
%8
%6

Triadic Colors of #afefdc

#afefdc #dcafef #efdcaf

Analogous Colors of #afefdc

#afefdc #afe2ef #afefbc

Monochromatic Colors of #afefdc

#afefdc

Complementary Color

#afefdc #efafc2

#afefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefdc Color CSS Codes

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

#afefdc Text Font Color

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

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


#afefdc Background Color

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

This div background color is #afefdc


#afefdc Border Color

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

This div border color is #afefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefdc


Comments

No comments written yet.

Please login to write comment.