Color Hex Logo

#ade7f5 Color Hex

#ADE7F5
(173,231,245)
0 Favorites   0 Comments

Color spaces of #ade7f5

RGB 173231245
HSL0.530.780.82
HSV192°29°96°
CMYK 0.290.060.00   0.04
XYZ62.290972.628697.1218
Yxy72.62860.26840.3130
Hunter Lab85.2224-18.6697-7.9128
CIE-Lab88.2703-15.1320-12.7465

#ade7f5 color RGB value is (173,231,245).

#ade7f5 hex color red value is 173, green value is 231 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ade7f5 hue: 0.53 , saturation: 0.78 and the lightness value of ade7f5 is 0.82.

The process color (four color CMYK) of #ade7f5 color hex is 0.29, 0.06, 0.00, 0.04. Web safe color of #ade7f5 is #99ffff. Color #ade7f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100111 11110101
Octal 255 347 365
Decimal 173 231 245
Hex AD E7 F5

RGB Percentages of Color #ade7f5

%26.66
%35.59
%37.75

CMYK Percentages of Color #ade7f5

%29
%6
%0
%4

Triadic Colors of #ade7f5

#ade7f5 #f5ade7 #e7f5ad

Analogous Colors of #ade7f5

#ade7f5 #adc3f5 #adf5df

Monochromatic Colors of #ade7f5

#ade7f5

Complementary Color

#ade7f5 #f5bbad

#ade7f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade7f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade7f5 Color CSS Codes

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

#ade7f5 Text Font Color

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

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


#ade7f5 Background Color

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

This div background color is #ade7f5


#ade7f5 Border Color

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

This div border color is #ade7f5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,231,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade7f5


Comments

No comments written yet.

Please login to write comment.