Color Hex Logo

#afe0ec Color Hex

#AFE0EC
(175,224,236)
0 Favorites   0 Comments

Color spaces of #afe0ec

RGB 175224236
HSL0.530.620.81
HSV192°26°93°
CMYK 0.260.050.00   0.07
XYZ59.475268.481489.4404
Yxy68.48140.27360.3150
Hunter Lab82.7535-16.5301-6.1535
CIE-Lab86.2466-13.0543-11.0200

#afe0ec color RGB value is (175,224,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 11101100
Octal 257 340 354
Decimal 175 224 236
Hex AF E0 EC

RGB Percentages of Color #afe0ec

%27.56
%35.28
%37.17

CMYK Percentages of Color #afe0ec

%26
%5
%0
%7

Triadic Colors of #afe0ec

#afe0ec #ecafe0 #e0ecaf

Analogous Colors of #afe0ec

#afe0ec #afc2ec #afecda

Monochromatic Colors of #afe0ec

#afe0ec

Complementary Color

#afe0ec #ecbbaf

#afe0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe0ec Color CSS Codes

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

#afe0ec Text Font Color

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

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


#afe0ec Background Color

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

This div background color is #afe0ec


#afe0ec Border Color

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

This div border color is #afe0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe0ec


Comments

No comments written yet.

Please login to write comment.