Color Hex Logo

#afe6eb Color Hex

#AFE6EB
(175,230,235)
0 Favorites   0 Comments

Color spaces of #afe6eb

RGB 175230235
HSL0.510.600.80
HSV185°26°92°
CMYK 0.260.020.00   0.08
XYZ60.971471.705789.2243
Yxy71.70570.27480.3231
Hunter Lab84.6792-19.6637-3.1969
CIE-Lab87.8267-16.3087-8.1446

#afe6eb color RGB value is (175,230,235).

#afe6eb hex color red value is 175, green value is 230 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afe6eb hue: 0.51 , saturation: 0.60 and the lightness value of afe6eb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 11101011
Octal 257 346 353
Decimal 175 230 235
Hex AF E6 EB

RGB Percentages of Color #afe6eb

%27.34
%35.94
%36.72

CMYK Percentages of Color #afe6eb

%26
%2
%0
%8

Triadic Colors of #afe6eb

#afe6eb #ebafe6 #e6ebaf

Analogous Colors of #afe6eb

#afe6eb #afc8eb #afebd2

Monochromatic Colors of #afe6eb

#afe6eb

Complementary Color

#afe6eb #ebb4af

#afe6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe6eb Color CSS Codes

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

#afe6eb Text Font Color

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

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


#afe6eb Background Color

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

This div background color is #afe6eb


#afe6eb Border Color

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

This div border color is #afe6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe6eb


Comments

No comments written yet.

Please login to write comment.