Color Hex Logo

#afecd8 Color Hex

#AFECD8
(175,236,216)
0 Favorites   0 Comments

Color spaces of #afecd8

RGB 175236216
HSL0.450.620.81
HSV160°26°93°
CMYK 0.260.000.08   0.07
XYZ60.069374.062776.0953
Yxy74.06270.28570.3523
Hunter Lab86.0597-26.01227.8167
CIE-Lab88.9521-23.29673.4665

#afecd8 color RGB value is (175,236,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11011000
Octal 257 354 330
Decimal 175 236 216
Hex AF EC D8

RGB Percentages of Color #afecd8

%27.91
%37.64
%34.45

CMYK Percentages of Color #afecd8

%26
%0
%8
%7

Triadic Colors of #afecd8

#afecd8 #d8afec #ecd8af

Analogous Colors of #afecd8

#afecd8 #afe2ec #afecba

Monochromatic Colors of #afecd8

#afecd8

Complementary Color

#afecd8 #ecafc3

#afecd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecd8 Color CSS Codes

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

#afecd8 Text Font Color

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

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


#afecd8 Background Color

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

This div background color is #afecd8


#afecd8 Border Color

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

This div border color is #afecd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecd8


Comments

No comments written yet.

Please login to write comment.