Color Hex Logo

#afd8de Color Hex

#AFD8DE
(175,216,222)
0 Favorites   0 Comments

Color spaces of #afd8de

RGB 175216222
HSL0.520.420.78
HSV188°21°87°
CMYK 0.210.030.00   0.13
XYZ55.419963.499678.4430
Yxy63.49960.28080.3217
Hunter Lab79.6866-15.3097-2.5840
CIE-Lab83.7046-12.0469-7.3878

#afd8de color RGB value is (175,216,222).

#afd8de hex color red value is 175, green value is 216 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afd8de hue: 0.52 , saturation: 0.42 and the lightness value of afd8de is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 11011110
Octal 257 330 336
Decimal 175 216 222
Hex AF D8 DE

RGB Percentages of Color #afd8de

%28.55
%35.24
%36.22

CMYK Percentages of Color #afd8de

%21
%3
%0
%13

Triadic Colors of #afd8de

#afd8de #deafd8 #d8deaf

Analogous Colors of #afd8de

#afd8de #afc1de #afdecd

Monochromatic Colors of #afd8de

#afd8de

Complementary Color

#afd8de #deb5af

#afd8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd8de Color CSS Codes

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

#afd8de Text Font Color

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

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


#afd8de Background Color

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

This div background color is #afd8de


#afd8de Border Color

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

This div border color is #afd8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd8de


Comments

No comments written yet.

Please login to write comment.