Color Hex Logo

#1addbe Color Hex

#1ADDBE
(26,221,190)
0 Favorites   0 Comments

Color spaces of #1addbe

RGB 26221190
HSL0.470.790.48
HSV170°88°87°
CMYK 0.880.000.14   0.13
XYZ35.576755.650257.5817
Yxy55.65020.23910.3740
Hunter Lab74.5991-45.42076.4544
CIE-Lab79.4143-50.92872.7722

#1addbe color RGB value is (26,221,190).

#1addbe hex color red value is 26, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1addbe hue: 0.47 , saturation: 0.79 and the lightness value of 1addbe is 0.48.

The process color (four color CMYK) of #1addbe color hex is 0.88, 0.00, 0.14, 0.13. Web safe color of #1addbe is #33cccc. Color #1addbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011101 10111110
Octal 32 335 276
Decimal 26 221 190
Hex 1A DD BE

RGB Percentages of Color #1addbe

%5.95
%50.57
%43.48

CMYK Percentages of Color #1addbe

%88
%0
%14
%13

Triadic Colors of #1addbe

#1addbe #be1add #ddbe1a

Analogous Colors of #1addbe

#1addbe #1a9bdd #1add5d

Monochromatic Colors of #1addbe

#1addbe

Complementary Color

#1addbe #dd1a39

#1addbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1addbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1addbe Color CSS Codes

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

#1addbe Text Font Color

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

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


#1addbe Background Color

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

This div background color is #1addbe


#1addbe Border Color

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

This div border color is #1addbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1addbe


Comments

No comments written yet.

Please login to write comment.