Color Hex Logo

#1aedbc Color Hex

#1AEDBC
(26,237,188)
0 Favorites   0 Comments

Color spaces of #1aedbc

RGB 26237188
HSL0.460.850.52
HSV166°89°93°
CMYK 0.890.000.21   0.07
XYZ39.787364.418857.9140
Yxy64.41880.24540.3974
Hunter Lab80.2613-51.970913.4012
CIE-Lab84.1833-57.795710.6841

#1aedbc color RGB value is (26,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101101 10111100
Octal 32 355 274
Decimal 26 237 188
Hex 1A ED BC

RGB Percentages of Color #1aedbc

%5.76
%52.55
%41.69

CMYK Percentages of Color #1aedbc

%89
%0
%21
%7

Triadic Colors of #1aedbc

#1aedbc #bc1aed #edbc1a

Analogous Colors of #1aedbc

#1aedbc #1ab5ed #1aed53

Monochromatic Colors of #1aedbc

#1aedbc

Complementary Color

#1aedbc #ed1a4b

#1aedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aedbc Color CSS Codes

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

#1aedbc Text Font Color

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

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


#1aedbc Background Color

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

This div background color is #1aedbc


#1aedbc Border Color

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

This div border color is #1aedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aedbc


Comments

No comments written yet.

Please login to write comment.