Color Hex Logo

#adeafe Color Hex

#ADEAFE
(173,234,254)
0 Favorites   0 Comments

Color spaces of #adeafe

RGB 173234254
HSL0.540.980.84
HSV195°32°100°
CMYK 0.320.080.00   0.00
XYZ64.545874.8856104.8184
Yxy74.88560.26430.3066
Hunter Lab86.5365-18.2993-11.2402
CIE-Lab89.3394-14.5616-15.8601

#adeafe color RGB value is (173,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11111110
Octal 255 352 376
Decimal 173 234 254
Hex AD EA FE

RGB Percentages of Color #adeafe

%26.17
%35.40
%38.43

CMYK Percentages of Color #adeafe

%32
%8
%0
%0

Triadic Colors of #adeafe

#adeafe #feadea #eafead

Analogous Colors of #adeafe

#adeafe #adc2fe #adfeea

Monochromatic Colors of #adeafe

#adeafe

Complementary Color

#adeafe #fec1ad

#adeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeafe Color CSS Codes

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

#adeafe Text Font Color

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

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


#adeafe Background Color

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

This div background color is #adeafe


#adeafe Border Color

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

This div border color is #adeafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,234,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 #adeafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeafe

Related Colors


Comments

No comments written yet.

Please login to write comment.