Color Hex Logo

#afecdd Color Hex

#AFECDD
(175,236,221)
0 Favorites   0 Comments

Color spaces of #afecdd

RGB 175236221
HSL0.460.620.81
HSV165°26°93°
CMYK 0.260.000.06   0.07
XYZ60.725874.325379.5522
Yxy74.32530.28300.3463
Hunter Lab86.2121-25.14005.6387
CIE-Lab89.0760-22.27321.0322

#afecdd color RGB value is (175,236,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11011101
Octal 257 354 335
Decimal 175 236 221
Hex AF EC DD

RGB Percentages of Color #afecdd

%27.69
%37.34
%34.97

CMYK Percentages of Color #afecdd

%26
%0
%6
%7

Triadic Colors of #afecdd

#afecdd #ddafec #ecddaf

Analogous Colors of #afecdd

#afecdd #afddec #afecbf

Monochromatic Colors of #afecdd

#afecdd

Complementary Color

#afecdd #ecafbe

#afecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecdd Color CSS Codes

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

#afecdd Text Font Color

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

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


#afecdd Background Color

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

This div background color is #afecdd


#afecdd Border Color

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

This div border color is #afecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecdd


Comments

No comments written yet.

Please login to write comment.