Color Hex Logo

#1aedef Color Hex

#1AEDEF
(26,237,239)
0 Favorites   0 Comments

Color spaces of #1aedef

RGB 26237239
HSL0.500.870.52
HSV181°89°94°
CMYK 0.890.010.00   0.06
XYZ46.290267.020092.1578
Yxy67.02000.22530.3262
Hunter Lab81.8657-42.3339-9.4378
CIE-Lab85.5140-44.1733-14.1611

#1aedef color RGB value is (26,237,239).

#1aedef hex color red value is 26, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1aedef hue: 0.50 , saturation: 0.87 and the lightness value of 1aedef is 0.52.

The process color (four color CMYK) of #1aedef color hex is 0.89, 0.01, 0.00, 0.06. Web safe color of #1aedef is #33ffff. Color #1aedef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101101 11101111
Octal 32 355 357
Decimal 26 237 239
Hex 1A ED EF

RGB Percentages of Color #1aedef

%5.18
%47.21
%47.61

CMYK Percentages of Color #1aedef

%89
%1
%0
%6

Triadic Colors of #1aedef

#1aedef #ef1aed #edef1a

Analogous Colors of #1aedef

#1aedef #1a83ef #1aef87

Monochromatic Colors of #1aedef

#1aedef

Complementary Color

#1aedef #ef1c1a

#1aedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aedef Color CSS Codes

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

#1aedef Text Font Color

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

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


#1aedef Background Color

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

This div background color is #1aedef


#1aedef Border Color

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

This div border color is #1aedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aedef


Comments

No comments written yet.

Please login to write comment.