Color Hex Logo

#1abeb0 Color Hex

#1ABEB0
(26,190,176)
0 Favorites   0 Comments

Color spaces of #1abeb0

RGB 26190176
HSL0.490.760.42
HSV175°86°75°
CMYK 0.860.000.07   0.25
XYZ26.675940.181147.4241
Yxy40.18110.23340.3516
Hunter Lab63.3886-35.81160.0142
CIE-Lab69.5983-41.5948-4.0203

#1abeb0 color RGB value is (26,190,176).

#1abeb0 hex color red value is 26, green value is 190 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #1abeb0 hue: 0.49 , saturation: 0.76 and the lightness value of 1abeb0 is 0.42.

The process color (four color CMYK) of #1abeb0 color hex is 0.86, 0.00, 0.07, 0.25. Web safe color of #1abeb0 is #33cc99. Color #1abeb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10111110 10110000
Octal 32 276 260
Decimal 26 190 176
Hex 1A BE B0

RGB Percentages of Color #1abeb0

%6.63
%48.47
%44.90

CMYK Percentages of Color #1abeb0

%86
%0
%7
%25

Triadic Colors of #1abeb0

#1abeb0 #b01abe #beb01a

Analogous Colors of #1abeb0

#1abeb0 #1a7abe #1abe5e

Monochromatic Colors of #1abeb0

#1abeb0

Complementary Color

#1abeb0 #be1a28

#1abeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1abeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1abeb0 Color CSS Codes

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

#1abeb0 Text Font Color

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

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


#1abeb0 Background Color

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

This div background color is #1abeb0


#1abeb0 Border Color

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

This div border color is #1abeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1abeb0


Comments

No comments written yet.

Please login to write comment.