Color Hex Logo

#ade3eb Color Hex

#ADE3EB
(173,227,235)
0 Favorites   0 Comments

Color spaces of #ade3eb

RGB 173227235
HSL0.520.610.80
HSV188°26°92°
CMYK 0.260.030.00   0.08
XYZ59.698169.820688.9276
Yxy69.82060.27330.3196
Hunter Lab83.5587-18.6994-4.6084
CIE-Lab86.9088-15.3750-9.5196

#ade3eb color RGB value is (173,227,235).

#ade3eb hex color red value is 173, green value is 227 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ade3eb hue: 0.52 , saturation: 0.61 and the lightness value of ade3eb is 0.80.

The process color (four color CMYK) of #ade3eb color hex is 0.26, 0.03, 0.00, 0.08. Web safe color of #ade3eb is #99ccff. Color #ade3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100011 11101011
Octal 255 343 353
Decimal 173 227 235
Hex AD E3 EB

RGB Percentages of Color #ade3eb

%27.24
%35.75
%37.01

CMYK Percentages of Color #ade3eb

%26
%3
%0
%8

Triadic Colors of #ade3eb

#ade3eb #ebade3 #e3ebad

Analogous Colors of #ade3eb

#ade3eb #adc4eb #adebd4

Monochromatic Colors of #ade3eb

#ade3eb

Complementary Color

#ade3eb #ebb5ad

#ade3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade3eb Color CSS Codes

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

#ade3eb Text Font Color

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

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


#ade3eb Background Color

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

This div background color is #ade3eb


#ade3eb Border Color

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

This div border color is #ade3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade3eb


Comments

No comments written yet.

Please login to write comment.