Color Hex Logo

#addfed Color Hex

#ADDFED
(173,223,237)
0 Favorites   0 Comments

Color spaces of #addfed

RGB 173223237
HSL0.540.640.80
HSV193°27°93°
CMYK 0.270.060.00   0.07
XYZ58.907367.774090.0977
Yxy67.77400.27170.3126
Hunter Lab82.3250-16.3437-7.2604
CIE-Lab85.8933-12.8971-12.0868

#addfed color RGB value is (173,223,237).

#addfed hex color red value is 173, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #addfed hue: 0.54 , saturation: 0.64 and the lightness value of addfed is 0.80.

The process color (four color CMYK) of #addfed color hex is 0.27, 0.06, 0.00, 0.07. Web safe color of #addfed is #99ccff. Color #addfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11101101
Octal 255 337 355
Decimal 173 223 237
Hex AD DF ED

RGB Percentages of Color #addfed

%27.33
%35.23
%37.44

CMYK Percentages of Color #addfed

%27
%6
%0
%7

Triadic Colors of #addfed

#addfed #edaddf #dfedad

Analogous Colors of #addfed

#addfed #adbfed #adeddb

Monochromatic Colors of #addfed

#addfed

Complementary Color

#addfed #edbbad

#addfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfed Color CSS Codes

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

#addfed Text Font Color

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

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


#addfed Background Color

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

This div background color is #addfed


#addfed Border Color

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

This div border color is #addfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfed


Comments

No comments written yet.

Please login to write comment.