Color Hex Logo

#1bae76 Color Hex

#1BAE76
(27,174,118)
0 Favorites   0 Comments

Color spaces of #1bae76

RGB 27174118
HSL0.440.730.39
HSV157°84°68°
CMYK 0.840.000.32   0.32
XYZ18.858131.813122.2862
Yxy31.81310.25850.4361
Hunter Lab56.4031-39.024816.0553
CIE-Lab63.1881-49.704118.6652

#1bae76 color RGB value is (27,174,118).

#1bae76 hex color red value is 27, green value is 174 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #1bae76 hue: 0.44 , saturation: 0.73 and the lightness value of 1bae76 is 0.39.

The process color (four color CMYK) of #1bae76 color hex is 0.84, 0.00, 0.32, 0.32. Web safe color of #1bae76 is #339966. Color #1bae76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101110 01110110
Octal 33 256 166
Decimal 27 174 118
Hex 1B AE 76

RGB Percentages of Color #1bae76

%8.46
%54.55
%36.99

CMYK Percentages of Color #1bae76

%84
%0
%32
%32

Triadic Colors of #1bae76

#1bae76 #761bae #ae761b

Analogous Colors of #1bae76

#1bae76 #1b9dae #1bae2d

Monochromatic Colors of #1bae76

#1bae76

Complementary Color

#1bae76 #ae1b53

#1bae76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bae76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bae76 Color CSS Codes

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

#1bae76 Text Font Color

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

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


#1bae76 Background Color

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

This div background color is #1bae76


#1bae76 Border Color

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

This div border color is #1bae76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,174,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1bae76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1bae76;
  -webkit-box-shadow: 1px 1px 3px 2px #1bae76;
  box-shadow:         1px 1px 3px 2px #1bae76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,174,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bae76


Comments

No comments written yet.

Please login to write comment.