Color Hex Logo

#adedf6 Color Hex

#ADEDF6
(173,237,246)
0 Favorites   0 Comments

Color spaces of #adedf6

RGB 173237246
HSL0.520.800.82
HSV187°30°96°
CMYK 0.300.040.00   0.04
XYZ64.152376.106498.4976
Yxy76.10640.26870.3188
Hunter Lab87.2390-21.4060-5.8744
CIE-Lab89.9087-17.9105-10.8264

#adedf6 color RGB value is (173,237,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11110110
Octal 255 355 366
Decimal 173 237 246
Hex AD ED F6

RGB Percentages of Color #adedf6

%26.37
%36.13
%37.50

CMYK Percentages of Color #adedf6

%30
%4
%0
%4

Triadic Colors of #adedf6

#adedf6 #f6aded #edf6ad

Analogous Colors of #adedf6

#adedf6 #adc9f6 #adf6db

Monochromatic Colors of #adedf6

#adedf6

Complementary Color

#adedf6 #f6b6ad

#adedf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedf6 Color CSS Codes

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

#adedf6 Text Font Color

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

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


#adedf6 Background Color

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

This div background color is #adedf6


#adedf6 Border Color

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

This div border color is #adedf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedf6

Related Colors


Comments

No comments written yet.

Please login to write comment.