Color Hex Logo

#adedf4 Color Hex

#ADEDF4
(173,237,244)
0 Favorites   0 Comments

Color spaces of #adedf4

RGB 173237244
HSL0.520.760.82
HSV186°29°96°
CMYK 0.290.030.00   0.04
XYZ63.846975.984396.8893
Yxy75.98430.26970.3210
Hunter Lab87.1690-21.8034-4.8832
CIE-Lab89.8521-18.3634-9.8655

#adedf4 color RGB value is (173,237,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11110100
Octal 255 355 364
Decimal 173 237 244
Hex AD ED F4

RGB Percentages of Color #adedf4

%26.45
%36.24
%37.31

CMYK Percentages of Color #adedf4

%29
%3
%0
%4

Triadic Colors of #adedf4

#adedf4 #f4aded #edf4ad

Analogous Colors of #adedf4

#adedf4 #adcaf4 #adf4d8

Monochromatic Colors of #adedf4

#adedf4

Complementary Color

#adedf4 #f4b4ad

#adedf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedf4 Color CSS Codes

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

#adedf4 Text Font Color

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

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


#adedf4 Background Color

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

This div background color is #adedf4


#adedf4 Border Color

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

This div border color is #adedf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedf4


Comments

No comments written yet.

Please login to write comment.