Color Hex Logo

#1aeb6b Color Hex

#1AEB6B
(26,235,107)
0 Favorites   0 Comments

Color spaces of #1aeb6b

RGB 26235107
HSL0.400.840.51
HSV143°89°92°
CMYK 0.890.000.54   0.08
XYZ32.788260.697823.8977
Yxy60.69780.27930.5171
Hunter Lab77.9088-61.218036.3496
CIE-Lab82.2160-72.676748.6968

#1aeb6b color RGB value is (26,235,107).

#1aeb6b hex color red value is 26, green value is 235 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #1aeb6b hue: 0.40 , saturation: 0.84 and the lightness value of 1aeb6b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11101011 01101011
Octal 32 353 153
Decimal 26 235 107
Hex 1A EB 6B

RGB Percentages of Color #1aeb6b

%7.07
%63.86
%29.08

CMYK Percentages of Color #1aeb6b

%89
%0
%54
%8

Triadic Colors of #1aeb6b

#1aeb6b #6b1aeb #eb6b1a

Analogous Colors of #1aeb6b

#1aeb6b #1aebd4 #32eb1a

Monochromatic Colors of #1aeb6b

#1aeb6b

Complementary Color

#1aeb6b #eb1a9a

#1aeb6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1aeb6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1aeb6b Color CSS Codes

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

#1aeb6b Text Font Color

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

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


#1aeb6b Background Color

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

This div background color is #1aeb6b


#1aeb6b Border Color

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

This div border color is #1aeb6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1aeb6b


Comments

No comments written yet.

Please login to write comment.