Color Hex Logo

#addafd Color Hex

#ADDAFD
(173,218,253)
0 Favorites   0 Comments

Color spaces of #addafd

RGB 173218253
HSL0.570.950.84
HSV206°32°99°
CMYK 0.320.140.00   0.01
XYZ60.034666.1189102.5266
Yxy66.11890.26250.2891
Hunter Lab81.3135-10.5103-17.8381
CIE-Lab85.0570-6.5902-21.7936

#addafd color RGB value is (173,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11111101
Octal 255 332 375
Decimal 173 218 253
Hex AD DA FD

RGB Percentages of Color #addafd

%26.86
%33.85
%39.29

CMYK Percentages of Color #addafd

%32
%14
%0
%1

Triadic Colors of #addafd

#addafd #fdadda #dafdad

Analogous Colors of #addafd

#addafd #adb2fd #adfdf8

Monochromatic Colors of #addafd

#addafd

Complementary Color

#addafd #fdd0ad

#addafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addafd Color CSS Codes

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

#addafd Text Font Color

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

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


#addafd Background Color

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

This div background color is #addafd


#addafd Border Color

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

This div border color is #addafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addafd


Comments

No comments written yet.

Please login to write comment.