Color Hex Logo

#afd6dd Color Hex

#AFD6DD
(175,214,221)
0 Favorites   0 Comments

Color spaces of #afd6dd

RGB 175214221
HSL0.530.400.78
HSV189°21°87°
CMYK 0.210.030.00   0.13
XYZ54.776962.427677.5693
Yxy62.42760.28120.3205
Hunter Lab79.0111-14.5189-2.9002
CIE-Lab83.1403-11.2365-7.6925

#afd6dd color RGB value is (175,214,221).

#afd6dd hex color red value is 175, green value is 214 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afd6dd hue: 0.53 , saturation: 0.40 and the lightness value of afd6dd is 0.78.

The process color (four color CMYK) of #afd6dd color hex is 0.21, 0.03, 0.00, 0.13. Web safe color of #afd6dd is #99cccc. Color #afd6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 11011101
Octal 257 326 335
Decimal 175 214 221
Hex AF D6 DD

RGB Percentages of Color #afd6dd

%28.69
%35.08
%36.23

CMYK Percentages of Color #afd6dd

%21
%3
%0
%13

Triadic Colors of #afd6dd

#afd6dd #ddafd6 #d6ddaf

Analogous Colors of #afd6dd

#afd6dd #afbfdd #afddcd

Monochromatic Colors of #afd6dd

#afd6dd

Complementary Color

#afd6dd #ddb6af

#afd6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd6dd Color CSS Codes

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

#afd6dd Text Font Color

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

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


#afd6dd Background Color

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

This div background color is #afd6dd


#afd6dd Border Color

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

This div border color is #afd6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd6dd


Comments

No comments written yet.

Please login to write comment.