Color Hex Logo

#1be400 Color Hex

#1BE400
(27,228,0)
0 Favorites   0 Comments

Color spaces of #1be400

RGB 272280
HSL0.311.000.45
HSV113°100°89°
CMYK 0.880.001.00   0.11
XYZ28.195455.71989.2690
Yxy55.71980.30260.5980
Hunter Lab74.6457-63.206444.8898
CIE-Lab79.4541-77.975276.5953

#1be400 color RGB value is (27,228,0).

#1be400 hex color red value is 27, green value is 228 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #1be400 hue: 0.31 , saturation: 1.00 and the lightness value of 1be400 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11100100 00000000
Octal 33 344 0
Decimal 27 228 0
Hex 1B E4 0

RGB Percentages of Color #1be400

%10.59
%89.41
%0.00

CMYK Percentages of Color #1be400

%88
%0
%100
%11

Triadic Colors of #1be400

#1be400 #001be4 #e4001b

Analogous Colors of #1be400

#1be400 #00e457 #8de400

Monochromatic Colors of #1be400

#1be400

Complementary Color

#1be400 #c900e4

#1be400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1be400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1be400 Color CSS Codes

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

#1be400 Text Font Color

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

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


#1be400 Background Color

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

This div background color is #1be400


#1be400 Border Color

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

This div border color is #1be400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1be400


Comments

No comments written yet.

Please login to write comment.