Color Hex Logo

#afc0e0 Color Hex

#AFC0E0
(175,192,224)
0 Favorites   0 Comments

Color spaces of #afc0e0

RGB 175192224
HSL0.610.440.78
HSV219°22°88°
CMYK 0.220.140.00   0.12
XYZ49.983452.195177.9613
Yxy52.19510.27750.2897
Hunter Lab72.2462-2.9359-13.4079
CIE-Lab77.39741.0078-17.8945

#afc0e0 color RGB value is (175,192,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 11100000
Octal 257 300 340
Decimal 175 192 224
Hex AF C0 E0

RGB Percentages of Color #afc0e0

%29.61
%32.49
%37.90

CMYK Percentages of Color #afc0e0

%22
%14
%0
%12

Triadic Colors of #afc0e0

#afc0e0 #e0afc0 #c0e0af

Analogous Colors of #afc0e0

#afc0e0 #b7afe0 #afd9e0

Monochromatic Colors of #afc0e0

#afc0e0

Complementary Color

#afc0e0 #e0cfaf

#afc0e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc0e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc0e0 Color CSS Codes

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

#afc0e0 Text Font Color

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

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


#afc0e0 Background Color

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

This div background color is #afc0e0


#afc0e0 Border Color

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

This div border color is #afc0e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc0e0

#afc0e0 Color Palettes


Comments

No comments written yet.

Please login to write comment.