Color Hex Logo

#adedfe Color Hex

#ADEDFE
(173,237,254)
0 Favorites   0 Comments

Color spaces of #adedfe

RGB 173237254
HSL0.530.980.84
HSV193°32°100°
CMYK 0.320.070.00   0.00
XYZ65.407276.6084105.1055
Yxy76.60840.26470.3100
Hunter Lab87.5262-19.7802-9.9298
CIE-Lab90.1411-16.0707-14.6580

#adedfe color RGB value is (173,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11111110
Octal 255 355 376
Decimal 173 237 254
Hex AD ED FE

RGB Percentages of Color #adedfe

%26.05
%35.69
%38.25

CMYK Percentages of Color #adedfe

%32
%7
%0
%0

Triadic Colors of #adedfe

#adedfe #feaded #edfead

Analogous Colors of #adedfe

#adedfe #adc5fe #adfee7

Monochromatic Colors of #adedfe

#adedfe

Complementary Color

#adedfe #febead

#adedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adedfe Color CSS Codes

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

#adedfe Text Font Color

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

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


#adedfe Background Color

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

This div background color is #adedfe


#adedfe Border Color

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

This div border color is #adedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adedfe


Comments

No comments written yet.

Please login to write comment.