Color Hex Logo

#1addfe Color Hex

#1ADDFE
(26,221,254)
0 Favorites   0 Comments

Color spaces of #1addfe

RGB 26221254
HSL0.520.990.55
HSV189°90°100°
CMYK 0.900.130.00   0.00
XYZ44.171859.0883102.8430
Yxy59.08830.21430.2867
Hunter Lab76.8689-31.9477-25.5159
CIE-Lab81.3401-32.2771-28.4035

#1addfe color RGB value is (26,221,254).

#1addfe hex color red value is 26, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1addfe hue: 0.52 , saturation: 0.99 and the lightness value of 1addfe is 0.55.

The process color (four color CMYK) of #1addfe color hex is 0.90, 0.13, 0.00, 0.00. Web safe color of #1addfe is #33ccff. Color #1addfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011101 11111110
Octal 32 335 376
Decimal 26 221 254
Hex 1A DD FE

RGB Percentages of Color #1addfe

%5.19
%44.11
%50.70

CMYK Percentages of Color #1addfe

%90
%13
%0
%0

Triadic Colors of #1addfe

#1addfe #fe1add #ddfe1a

Analogous Colors of #1addfe

#1addfe #1a6bfe #1afead

Monochromatic Colors of #1addfe

#1addfe

Complementary Color

#1addfe #fe3b1a

#1addfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1addfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1addfe Color CSS Codes

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

#1addfe Text Font Color

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

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


#1addfe Background Color

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

This div background color is #1addfe


#1addfe Border Color

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

This div border color is #1addfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,221,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 #1addfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1addfe


Comments

No comments written yet.

Please login to write comment.