Color Hex Logo

#adeefd Color Hex

#ADEEFD
(173,238,253)
0 Favorites   0 Comments

Color spaces of #adeefd

RGB 173238253
HSL0.530.950.84
HSV191°32°99°
CMYK 0.320.060.00   0.01
XYZ65.537777.1252104.3609
Yxy77.12520.26530.3122
Hunter Lab87.8210-20.4784-8.9818
CIE-Lab90.3792-16.8037-13.7795

#adeefd color RGB value is (173,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 11111101
Octal 255 356 375
Decimal 173 238 253
Hex AD EE FD

RGB Percentages of Color #adeefd

%26.05
%35.84
%38.10

CMYK Percentages of Color #adeefd

%32
%6
%0
%1

Triadic Colors of #adeefd

#adeefd #fdadee #eefdad

Analogous Colors of #adeefd

#adeefd #adc6fd #adfde4

Monochromatic Colors of #adeefd

#adeefd

Complementary Color

#adeefd #fdbcad

#adeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeefd Color CSS Codes

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

#adeefd Text Font Color

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

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


#adeefd Background Color

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

This div background color is #adeefd


#adeefd Border Color

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

This div border color is #adeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeefd

Related Colors


Comments

No comments written yet.

Please login to write comment.