Color Hex Logo

#afe3ec Color Hex

#AFE3EC
(175,227,236)
0 Favorites   0 Comments

Color spaces of #afe3ec

RGB 175227236
HSL0.520.620.81
HSV189°26°93°
CMYK 0.260.040.00   0.07
XYZ60.288670.108389.7116
Yxy70.10830.27390.3185
Hunter Lab83.7307-18.0034-4.9136
CIE-Lab87.0500-14.5762-9.8240

#afe3ec color RGB value is (175,227,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 11101100
Octal 257 343 354
Decimal 175 227 236
Hex AF E3 EC

RGB Percentages of Color #afe3ec

%27.43
%35.58
%36.99

CMYK Percentages of Color #afe3ec

%26
%4
%0
%7

Triadic Colors of #afe3ec

#afe3ec #ecafe3 #e3ecaf

Analogous Colors of #afe3ec

#afe3ec #afc5ec #afecd7

Monochromatic Colors of #afe3ec

#afe3ec

Complementary Color

#afe3ec #ecb8af

#afe3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe3ec Color CSS Codes

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

#afe3ec Text Font Color

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

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


#afe3ec Background Color

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

This div background color is #afe3ec


#afe3ec Border Color

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

This div border color is #afe3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe3ec


Comments

No comments written yet.

Please login to write comment.