Color Hex Logo

#afc0ed Color Hex

#AFC0ED
(175,192,237)
0 Favorites   0 Comments

Color spaces of #afc0ed

RGB 175192237
HSL0.620.630.81
HSV224°26°93°
CMYK 0.260.190.00   0.07
XYZ51.814952.927787.6059
Yxy52.92770.26940.2752
Hunter Lab72.7514-0.1840-20.4699
CIE-Lab77.83234.0035-24.2379

#afc0ed color RGB value is (175,192,237).

#afc0ed hex color red value is 175, green value is 192 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afc0ed hue: 0.62 , saturation: 0.63 and the lightness value of afc0ed is 0.81.

The process color (four color CMYK) of #afc0ed color hex is 0.26, 0.19, 0.00, 0.07. Web safe color of #afc0ed is #99ccff. Color #afc0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 11101101
Octal 257 300 355
Decimal 175 192 237
Hex AF C0 ED

RGB Percentages of Color #afc0ed

%28.97
%31.79
%39.24

CMYK Percentages of Color #afc0ed

%26
%19
%0
%7

Triadic Colors of #afc0ed

#afc0ed #edafc0 #c0edaf

Analogous Colors of #afc0ed

#afc0ed #bdafed #afdfed

Monochromatic Colors of #afc0ed

#afc0ed

Complementary Color

#afc0ed #eddcaf

#afc0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc0ed Color CSS Codes

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

#afc0ed Text Font Color

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

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


#afc0ed Background Color

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

This div background color is #afc0ed


#afc0ed Border Color

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

This div border color is #afc0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc0ed


Comments

No comments written yet.

Please login to write comment.