Color Hex Logo

#addefd Color Hex

#ADDEFD
(173,222,253)
0 Favorites   0 Comments

Color spaces of #addefd

RGB 173222253
HSL0.560.950.84
HSV203°32°99°
CMYK 0.320.120.00   0.01
XYZ61.084568.2186102.8765
Yxy68.21860.26310.2938
Hunter Lab82.5946-12.5271-16.0331
CIE-Lab86.1156-8.6668-20.1911

#addefd color RGB value is (173,222,253).

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

The process color (four color CMYK) of #addefd color hex is 0.32, 0.12, 0.00, 0.01. Web safe color of #addefd is #99ccff. Color #addefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11111101
Octal 255 336 375
Decimal 173 222 253
Hex AD DE FD

RGB Percentages of Color #addefd

%26.70
%34.26
%39.04

CMYK Percentages of Color #addefd

%32
%12
%0
%1

Triadic Colors of #addefd

#addefd #fdadde #defdad

Analogous Colors of #addefd

#addefd #adb6fd #adfdf4

Monochromatic Colors of #addefd

#addefd

Complementary Color

#addefd #fdccad

#addefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addefd Color CSS Codes

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

#addefd Text Font Color

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

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


#addefd Background Color

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

This div background color is #addefd


#addefd Border Color

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

This div border color is #addefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addefd


Comments

No comments written yet.

Please login to write comment.