Color Hex Logo

#1be38a Color Hex

#1BE38A
(27,227,138)
0 Favorites   0 Comments

Color spaces of #1be38a

RGB 27227138
HSL0.430.790.50
HSV153°88°89°
CMYK 0.880.000.39   0.11
XYZ32.508557.006233.3347
Yxy57.00620.26460.4640
Hunter Lab75.5025-55.273926.6749
CIE-Lab80.1831-64.914031.0374

#1be38a color RGB value is (27,227,138).

#1be38a hex color red value is 27, green value is 227 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #1be38a hue: 0.43 , saturation: 0.79 and the lightness value of 1be38a is 0.50.

The process color (four color CMYK) of #1be38a color hex is 0.88, 0.00, 0.39, 0.11. Web safe color of #1be38a is #33cc99. Color #1be38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11100011 10001010
Octal 33 343 212
Decimal 27 227 138
Hex 1B E3 8A

RGB Percentages of Color #1be38a

%6.89
%57.91
%35.20

CMYK Percentages of Color #1be38a

%88
%0
%39
%11

Triadic Colors of #1be38a

#1be38a #8a1be3 #e38a1b

Analogous Colors of #1be38a

#1be38a #1bd8e3 #1be326

Monochromatic Colors of #1be38a

#1be38a

Complementary Color

#1be38a #e31b74

#1be38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1be38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1be38a Color CSS Codes

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

#1be38a Text Font Color

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

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


#1be38a Background Color

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

This div background color is #1be38a


#1be38a Border Color

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

This div border color is #1be38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1be38a


Comments

No comments written yet.

Please login to write comment.