Color Hex Logo

#addffd Color Hex

#ADDFFD
(173,223,253)
0 Favorites   0 Comments

Color spaces of #addffd

RGB 173223253
HSL0.560.950.84
HSV203°32°99°
CMYK 0.320.120.00   0.01
XYZ61.350968.7514102.9653
Yxy68.75140.26320.2950
Hunter Lab82.9165-13.0295-15.5845
CIE-Lab86.3808-9.1834-19.7904

#addffd color RGB value is (173,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11111101
Octal 255 337 375
Decimal 173 223 253
Hex AD DF FD

RGB Percentages of Color #addffd

%26.66
%34.36
%38.98

CMYK Percentages of Color #addffd

%32
%12
%0
%1

Triadic Colors of #addffd

#addffd #fdaddf #dffdad

Analogous Colors of #addffd

#addffd #adb7fd #adfdf3

Monochromatic Colors of #addffd

#addffd

Complementary Color

#addffd #fdcbad

#addffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addffd Color CSS Codes

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

#addffd Text Font Color

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

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


#addffd Background Color

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

This div background color is #addffd


#addffd Border Color

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

This div border color is #addffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addffd


Comments

No comments written yet.

Please login to write comment.