Color Hex Logo

#afe7ec Color Hex

#AFE7EC
(175,231,236)
0 Favorites   0 Comments

Color spaces of #afe7ec

RGB 175231236
HSL0.510.620.81
HSV185°26°93°
CMYK 0.260.020.00   0.07
XYZ61.395472.321990.0805
Yxy72.32190.27430.3232
Hunter Lab85.0423-19.9578-3.2730
CIE-Lab88.1233-16.5897-8.2301

#afe7ec color RGB value is (175,231,236).

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

The process color (four color CMYK) of #afe7ec color hex is 0.26, 0.02, 0.00, 0.07. Web safe color of #afe7ec is #99ffff. Color #afe7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 11101100
Octal 257 347 354
Decimal 175 231 236
Hex AF E7 EC

RGB Percentages of Color #afe7ec

%27.26
%35.98
%36.76

CMYK Percentages of Color #afe7ec

%26
%2
%0
%7

Triadic Colors of #afe7ec

#afe7ec #ecafe7 #e7ecaf

Analogous Colors of #afe7ec

#afe7ec #afc9ec #afecd3

Monochromatic Colors of #afe7ec

#afe7ec

Complementary Color

#afe7ec #ecb4af

#afe7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe7ec Color CSS Codes

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

#afe7ec Text Font Color

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

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


#afe7ec Background Color

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

This div background color is #afe7ec


#afe7ec Border Color

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

This div border color is #afe7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe7ec

#afe7ec Color Palettes


Comments

No comments written yet.

Please login to write comment.