Color Hex Logo

#adeffd Color Hex

#ADEFFD
(173,239,253)
0 Favorites   0 Comments

Color spaces of #adeffd

RGB 173239253
HSL0.530.950.84
HSV191°32°99°
CMYK 0.320.060.00   0.01
XYZ65.829777.7091104.4583
Yxy77.70910.26540.3133
Hunter Lab88.1528-20.9692-8.5499
CIE-Lab90.6470-17.3029-13.3792

#adeffd color RGB value is (173,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11111101
Octal 255 357 375
Decimal 173 239 253
Hex AD EF FD

RGB Percentages of Color #adeffd

%26.02
%35.94
%38.05

CMYK Percentages of Color #adeffd

%32
%6
%0
%1

Triadic Colors of #adeffd

#adeffd #fdadef #effdad

Analogous Colors of #adeffd

#adeffd #adc7fd #adfde3

Monochromatic Colors of #adeffd

#adeffd

Complementary Color

#adeffd #fdbbad

#adeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeffd Color CSS Codes

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

#adeffd Text Font Color

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

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


#adeffd Background Color

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

This div background color is #adeffd


#adeffd Border Color

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

This div border color is #adeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeffd

Related Colors

#adeffd Color Palettes


Comments

No comments written yet.

Please login to write comment.