Color Hex Logo

#adeffe Color Hex

#ADEFFE
(173,239,254)
0 Favorites   0 Comments

Color spaces of #adeffe

RGB 173239254
HSL0.530.980.84
HSV191°32°100°
CMYK 0.320.060.00   0.00
XYZ65.989577.7730105.2996
Yxy77.77300.26500.3123
Hunter Lab88.1890-20.7639-9.0613
CIE-Lab90.6762-17.0712-13.8569

#adeffe color RGB value is (173,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11111110
Octal 255 357 376
Decimal 173 239 254
Hex AD EF FE

RGB Percentages of Color #adeffe

%25.98
%35.89
%38.14

CMYK Percentages of Color #adeffe

%32
%6
%0
%0

Triadic Colors of #adeffe

#adeffe #feadef #effead

Analogous Colors of #adeffe

#adeffe #adc7fe #adfee5

Monochromatic Colors of #adeffe

#adeffe

Complementary Color

#adeffe #febcad

#adeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeffe Color CSS Codes

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

#adeffe Text Font Color

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

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


#adeffe Background Color

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

This div background color is #adeffe


#adeffe Border Color

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

This div border color is #adeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeffe

Related Colors


Comments

No comments written yet.

Please login to write comment.