Color Hex Logo

#adeeff Color Hex

#ADEEFF
(173,238,255)
0 Favorites   0 Comments

Color spaces of #adeeff

RGB 173238255
HSL0.531.000.84
HSV192°32°100°
CMYK 0.320.070.00   0.00
XYZ65.858177.2533106.0480
Yxy77.25330.26430.3101
Hunter Lab87.8939-20.0658-10.0104
CIE-Lab90.4381-16.3388-14.7350

#adeeff color RGB value is (173,238,255).

#adeeff hex color red value is 173, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adeeff hue: 0.53 , saturation: 1.00 and the lightness value of adeeff is 0.84.

The process color (four color CMYK) of #adeeff color hex is 0.32, 0.07, 0.00, 0.00. Web safe color of #adeeff is #99ffff. Color #adeeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11111111
Octal 255 356 377
Decimal 173 238 255
Hex AD EE FF

RGB Percentages of Color #adeeff

%25.98
%35.74
%38.29

CMYK Percentages of Color #adeeff

%32
%7
%0
%0

Triadic Colors of #adeeff

#adeeff #ffadee #eeffad

Analogous Colors of #adeeff

#adeeff #adc5ff #adffe7

Monochromatic Colors of #adeeff

#adeeff

Complementary Color

#adeeff #ffbead

#adeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeeff Color CSS Codes

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

#adeeff Text Font Color

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

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


#adeeff Background Color

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

This div background color is #adeeff


#adeeff Border Color

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

This div border color is #adeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeeff

Related Colors

#adeeff Color Palettes


Comments

No comments written yet.

Please login to write comment.