Color Hex Logo

#addef8 Color Hex

#ADDEF8
(173,222,248)
0 Favorites   0 Comments

Color spaces of #addef8

RGB 173222248
HSL0.560.840.83
HSV201°30°97°
CMYK 0.300.100.00   0.03
XYZ60.298167.904198.7357
Yxy67.90410.26570.2992
Hunter Lab82.4039-13.5917-13.3580
CIE-Lab85.9585-9.8490-17.7929

#addef8 color RGB value is (173,222,248).

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

The process color (four color CMYK) of #addef8 color hex is 0.30, 0.10, 0.00, 0.03. Web safe color of #addef8 is #99ccff. Color #addef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 11111000
Octal 255 336 370
Decimal 173 222 248
Hex AD DE F8

RGB Percentages of Color #addef8

%26.91
%34.53
%38.57

CMYK Percentages of Color #addef8

%30
%10
%0
%3

Triadic Colors of #addef8

#addef8 #f8adde #def8ad

Analogous Colors of #addef8

#addef8 #adb9f8 #adf8ed

Monochromatic Colors of #addef8

#addef8

Complementary Color

#addef8 #f8c7ad

#addef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addef8 Color CSS Codes

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

#addef8 Text Font Color

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

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


#addef8 Background Color

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

This div background color is #addef8


#addef8 Border Color

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

This div border color is #addef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addef8


Comments

No comments written yet.

Please login to write comment.