Color Hex Logo

#1aefdb Color Hex

#1AEFDB
(26,239,219)
0 Favorites   0 Comments

Color spaces of #1aefdb

RGB 26239219
HSL0.480.870.52
HSV174°89°94°
CMYK 0.890.000.08   0.06
XYZ44.078767.067177.6399
Yxy67.06710.23350.3553
Hunter Lab81.8945-47.24001.1164
CIE-Lab85.5378-50.6430-3.6130

#1aefdb color RGB value is (26,239,219).

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

The process color (four color CMYK) of #1aefdb color hex is 0.89, 0.00, 0.08, 0.06. Web safe color of #1aefdb is #33ffcc. Color #1aefdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101111 11011011
Octal 32 357 333
Decimal 26 239 219
Hex 1A EF DB

RGB Percentages of Color #1aefdb

%5.37
%49.38
%45.25

CMYK Percentages of Color #1aefdb

%89
%0
%8
%6

Triadic Colors of #1aefdb

#1aefdb #db1aef #efdb1a

Analogous Colors of #1aefdb

#1aefdb #1a99ef #1aef71

Monochromatic Colors of #1aefdb

#1aefdb

Complementary Color

#1aefdb #ef1a2e

#1aefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aefdb Color CSS Codes

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

#1aefdb Text Font Color

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

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


#1aefdb Background Color

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

This div background color is #1aefdb


#1aefdb Border Color

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

This div border color is #1aefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aefdb


Comments

No comments written yet.

Please login to write comment.