Color Hex Logo

#afe5ef Color Hex

#AFE5EF
(175,229,239)
0 Favorites   0 Comments

Color spaces of #afe5ef

RGB 175229239
HSL0.530.670.81
HSV189°27°94°
CMYK 0.270.040.00   0.06
XYZ61.278571.384692.2102
Yxy71.38460.27250.3174
Hunter Lab84.4894-18.3939-5.5654
CIE-Lab87.6715-14.9169-10.4771

#afe5ef color RGB value is (175,229,239).

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

The process color (four color CMYK) of #afe5ef color hex is 0.27, 0.04, 0.00, 0.06. Web safe color of #afe5ef is #99ccff. Color #afe5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 11101111
Octal 257 345 357
Decimal 175 229 239
Hex AF E5 EF

RGB Percentages of Color #afe5ef

%27.22
%35.61
%37.17

CMYK Percentages of Color #afe5ef

%27
%4
%0
%6

Triadic Colors of #afe5ef

#afe5ef #efafe5 #e5efaf

Analogous Colors of #afe5ef

#afe5ef #afc5ef #afefd9

Monochromatic Colors of #afe5ef

#afe5ef

Complementary Color

#afe5ef #efb9af

#afe5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe5ef Color CSS Codes

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

#afe5ef Text Font Color

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

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


#afe5ef Background Color

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

This div background color is #afe5ef


#afe5ef Border Color

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

This div border color is #afe5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe5ef


Comments

No comments written yet.

Please login to write comment.