Color Hex Logo

#addafe Color Hex

#ADDAFE
(173,218,254)
0 Favorites   0 Comments

Color spaces of #addafe

RGB 173218254
HSL0.570.980.84
HSV207°32°100°
CMYK 0.320.140.00   0.00
XYZ60.194466.1828103.3679
Yxy66.18280.26200.2881
Hunter Lab81.3528-10.2921-18.3876
CIE-Lab85.0896-6.3502-22.2722

#addafe color RGB value is (173,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 11111110
Octal 255 332 376
Decimal 173 218 254
Hex AD DA FE

RGB Percentages of Color #addafe

%26.82
%33.80
%39.38

CMYK Percentages of Color #addafe

%32
%14
%0
%0

Triadic Colors of #addafe

#addafe #feadda #dafead

Analogous Colors of #addafe

#addafe #adb2fe #adfefa

Monochromatic Colors of #addafe

#addafe

Complementary Color

#addafe #fed1ad

#addafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#addafe Color CSS Codes

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

#addafe Text Font Color

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

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


#addafe Background Color

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

This div background color is #addafe


#addafe Border Color

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

This div border color is #addafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addafe


Comments

No comments written yet.

Please login to write comment.