Color Hex Logo

#addfff Color Hex

#ADDFFF
(173,223,255)
1 Favorites   0 Comments

Color spaces of #addfff

RGB 173223255
HSL0.571.000.84
HSV203°32°100°
CMYK 0.320.130.00   0.00
XYZ61.671368.8796104.6524
Yxy68.87960.26220.2929
Hunter Lab82.9937-12.5986-16.6671
CIE-Lab86.4444-8.7066-20.7471

#addfff color RGB value is (173,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11111111
Octal 255 337 377
Decimal 173 223 255
Hex AD DF FF

RGB Percentages of Color #addfff

%26.57
%34.25
%39.17

CMYK Percentages of Color #addfff

%32
%13
%0
%0

Triadic Colors of #addfff

#addfff #ffaddf #dfffad

Analogous Colors of #addfff

#addfff #adb6ff #adfff6

Monochromatic Colors of #addfff

#addfff

Complementary Color

#addfff #ffcdad

#addfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#addfff Color CSS Codes

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

#addfff Text Font Color

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

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


#addfff Background Color

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

This div background color is #addfff


#addfff Border Color

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

This div border color is #addfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addfff

#addfff Color Palettes


Comments

No comments written yet.

Please login to write comment.