Color Hex Logo

#afd0e1 Color Hex

#AFD0E1
(175,208,225)
0 Favorites   0 Comments

Color spaces of #afd0e1

RGB 175208225
HSL0.560.450.78
HSV200°22°88°
CMYK 0.220.080.00   0.12
XYZ53.825759.662079.9132
Yxy59.66200.27830.3085
Hunter Lab77.2412-10.7839-7.2722
CIE-Lab81.6541-7.2532-12.0362

#afd0e1 color RGB value is (175,208,225).

#afd0e1 hex color red value is 175, green value is 208 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #afd0e1 hue: 0.56 , saturation: 0.45 and the lightness value of afd0e1 is 0.78.

The process color (four color CMYK) of #afd0e1 color hex is 0.22, 0.08, 0.00, 0.12. Web safe color of #afd0e1 is #99cccc. Color #afd0e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 11100001
Octal 257 320 341
Decimal 175 208 225
Hex AF D0 E1

RGB Percentages of Color #afd0e1

%28.78
%34.21
%37.01

CMYK Percentages of Color #afd0e1

%22
%8
%0
%12

Triadic Colors of #afd0e1

#afd0e1 #e1afd0 #d0e1af

Analogous Colors of #afd0e1

#afd0e1 #afb7e1 #afe1d9

Monochromatic Colors of #afd0e1

#afd0e1

Complementary Color

#afd0e1 #e1c0af

#afd0e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd0e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd0e1 Color CSS Codes

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

#afd0e1 Text Font Color

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

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


#afd0e1 Background Color

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

This div background color is #afd0e1


#afd0e1 Border Color

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

This div border color is #afd0e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd0e1


Comments

No comments written yet.

Please login to write comment.