Color Hex Logo

#1aebff Color Hex

#1AEBFF
(26,235,255)
0 Favorites   0 Comments

Color spaces of #1aebff

RGB 26235255
HSL0.511.000.55
HSV185°90°100°
CMYK 0.900.080.00   0.00
XYZ48.184366.8563104.9727
Yxy66.85630.21900.3039
Hunter Lab81.7657-37.9004-18.8819
CIE-Lab85.4313-38.5228-22.6950

#1aebff color RGB value is (26,235,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101011 11111111
Octal 32 353 377
Decimal 26 235 255
Hex 1A EB FF

RGB Percentages of Color #1aebff

%5.04
%45.54
%49.42

CMYK Percentages of Color #1aebff

%90
%8
%0
%0

Triadic Colors of #1aebff

#1aebff #ff1aeb #ebff1a

Analogous Colors of #1aebff

#1aebff #1a79ff #1affa1

Monochromatic Colors of #1aebff

#1aebff

Complementary Color

#1aebff #ff2e1a

#1aebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aebff Color CSS Codes

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

#1aebff Text Font Color

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

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


#1aebff Background Color

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

This div background color is #1aebff


#1aebff Border Color

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

This div border color is #1aebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aebff

#1aebff Color Palettes


Comments

No comments written yet.

Please login to write comment.