Color Hex Logo

#addaf7 Color Hex

#ADDAF7
(173,218,247)
0 Favorites   0 Comments

Color spaces of #addaf7

RGB 173218247
HSL0.570.820.82
HSV204°30°97°
CMYK 0.300.120.00   0.03
XYZ59.093565.742497.5707
Yxy65.74240.26570.2956
Hunter Lab81.0817-11.7996-14.5902
CIE-Lab84.8648-8.0153-18.9141

#addaf7 color RGB value is (173,218,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11110111
Octal 255 332 367
Decimal 173 218 247
Hex AD DA F7

RGB Percentages of Color #addaf7

%27.12
%34.17
%38.71

CMYK Percentages of Color #addaf7

%30
%12
%0
%3

Triadic Colors of #addaf7

#addaf7 #f7adda #daf7ad

Analogous Colors of #addaf7

#addaf7 #adb5f7 #adf7ef

Monochromatic Colors of #addaf7

#addaf7

Complementary Color

#addaf7 #f7caad

#addaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaf7 Color CSS Codes

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

#addaf7 Text Font Color

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

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


#addaf7 Background Color

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

This div background color is #addaf7


#addaf7 Border Color

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

This div border color is #addaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaf7


Comments

No comments written yet.

Please login to write comment.