Color Hex Logo

#afd4e0 Color Hex

#AFD4E0
(175,212,224)
0 Favorites   0 Comments

Color spaces of #afd4e0

RGB 175212224
HSL0.540.440.78
HSV195°22°88°
CMYK 0.220.050.00   0.12
XYZ54.677261.582779.5259
Yxy61.58270.27930.3145
Hunter Lab78.4746-12.9608-5.1520
CIE-Lab82.6910-9.5525-9.9566

#afd4e0 color RGB value is (175,212,224).

#afd4e0 hex color red value is 175, green value is 212 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #afd4e0 hue: 0.54 , saturation: 0.44 and the lightness value of afd4e0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 11100000
Octal 257 324 340
Decimal 175 212 224
Hex AF D4 E0

RGB Percentages of Color #afd4e0

%28.64
%34.70
%36.66

CMYK Percentages of Color #afd4e0

%22
%5
%0
%12

Triadic Colors of #afd4e0

#afd4e0 #e0afd4 #d4e0af

Analogous Colors of #afd4e0

#afd4e0 #afbce0 #afe0d4

Monochromatic Colors of #afd4e0

#afd4e0

Complementary Color

#afd4e0 #e0bbaf

#afd4e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd4e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd4e0 Color CSS Codes

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

#afd4e0 Text Font Color

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

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


#afd4e0 Background Color

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

This div background color is #afd4e0


#afd4e0 Border Color

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

This div border color is #afd4e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd4e0


Comments

No comments written yet.

Please login to write comment.