Color Hex Logo

#1aedbd Color Hex

#1AEDBD
(26,237,189)
0 Favorites   0 Comments

Color spaces of #1aedbd

RGB 26237189
HSL0.460.850.52
HSV166°89°93°
CMYK 0.890.000.20   0.07
XYZ39.895564.462158.4838
Yxy64.46210.24500.3959
Hunter Lab80.2883-51.807313.0136
CIE-Lab84.2058-57.553710.1931

#1aedbd color RGB value is (26,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101101 10111101
Octal 32 355 275
Decimal 26 237 189
Hex 1A ED BD

RGB Percentages of Color #1aedbd

%5.75
%52.43
%41.81

CMYK Percentages of Color #1aedbd

%89
%0
%20
%7

Triadic Colors of #1aedbd

#1aedbd #bd1aed #edbd1a

Analogous Colors of #1aedbd

#1aedbd #1ab4ed #1aed54

Monochromatic Colors of #1aedbd

#1aedbd

Complementary Color

#1aedbd #ed1a4a

#1aedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aedbd Color CSS Codes

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

#1aedbd Text Font Color

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

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


#1aedbd Background Color

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

This div background color is #1aedbd


#1aedbd Border Color

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

This div border color is #1aedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aedbd


Comments

No comments written yet.

Please login to write comment.