Color Hex Logo

#afdce0 Color Hex

#AFDCE0
(175,220,224)
0 Favorites   0 Comments

Color spaces of #afdce0

RGB 175220224
HSL0.510.440.78
HSV185°22°88°
CMYK 0.220.020.00   0.12
XYZ56.726965.682280.2091
Yxy65.68220.28000.3242
Hunter Lab81.0446-16.8874-1.9476
CIE-Lab84.8341-13.6572-6.7760

#afdce0 color RGB value is (175,220,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11100000
Octal 257 334 340
Decimal 175 220 224
Hex AF DC E0

RGB Percentages of Color #afdce0

%28.27
%35.54
%36.19

CMYK Percentages of Color #afdce0

%22
%2
%0
%12

Triadic Colors of #afdce0

#afdce0 #e0afdc #dce0af

Analogous Colors of #afdce0

#afdce0 #afc4e0 #afe0cc

Monochromatic Colors of #afdce0

#afdce0

Complementary Color

#afdce0 #e0b3af

#afdce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdce0 Color CSS Codes

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

#afdce0 Text Font Color

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

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


#afdce0 Background Color

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

This div background color is #afdce0


#afdce0 Border Color

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

This div border color is #afdce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdce0


Comments

No comments written yet.

Please login to write comment.