Color Hex Logo

#1aedff Color Hex

#1AEDFF
(26,237,255)
0 Favorites   0 Comments

Color spaces of #1aedff

RGB 26237255
HSL0.511.000.55
HSV185°90°100°
CMYK 0.900.070.00   0.00
XYZ48.760268.0080105.1647
Yxy68.00800.21970.3064
Hunter Lab82.4670-38.7756-17.8818
CIE-Lab86.0104-39.4370-21.8169

#1aedff color RGB value is (26,237,255).

#1aedff hex color red value is 26, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1aedff hue: 0.51 , saturation: 1.00 and the lightness value of 1aedff is 0.55.

The process color (four color CMYK) of #1aedff color hex is 0.90, 0.07, 0.00, 0.00. Web safe color of #1aedff is #33ffff. Color #1aedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101101 11111111
Octal 32 355 377
Decimal 26 237 255
Hex 1A ED FF

RGB Percentages of Color #1aedff

%5.02
%45.75
%49.23

CMYK Percentages of Color #1aedff

%90
%7
%0
%0

Triadic Colors of #1aedff

#1aedff #ff1aed #edff1a

Analogous Colors of #1aedff

#1aedff #1a7bff #1aff9f

Monochromatic Colors of #1aedff

#1aedff

Complementary Color

#1aedff #ff2c1a

#1aedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aedff Color CSS Codes

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

#1aedff Text Font Color

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

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


#1aedff Background Color

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

This div background color is #1aedff


#1aedff Border Color

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

This div border color is #1aedff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,237,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aedff

Related Colors


Comments

No comments written yet.

Please login to write comment.