Color Hex Logo

#adddfe Color Hex

#ADDDFE
(173,221,254)
0 Favorites   0 Comments

Color spaces of #adddfe

RGB 173221254
HSL0.570.980.84
HSV204°32°100°
CMYK 0.320.130.00   0.00
XYZ60.979467.7529103.6296
Yxy67.75290.26240.2916
Hunter Lab82.3121-11.8079-17.0266
CIE-Lab85.8827-7.9105-21.0704

#adddfe color RGB value is (173,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11111110
Octal 255 335 376
Decimal 173 221 254
Hex AD DD FE

RGB Percentages of Color #adddfe

%26.70
%34.10
%39.20

CMYK Percentages of Color #adddfe

%32
%13
%0
%0

Triadic Colors of #adddfe

#adddfe #feaddd #ddfead

Analogous Colors of #adddfe

#adddfe #adb5fe #adfef7

Monochromatic Colors of #adddfe

#adddfe

Complementary Color

#adddfe #fecead

#adddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddfe Color CSS Codes

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

#adddfe Text Font Color

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

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


#adddfe Background Color

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

This div background color is #adddfe


#adddfe Border Color

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

This div border color is #adddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.