Color Hex Logo

#1be34c Color Hex

#1BE34C
(27,227,76)
0 Favorites   0 Comments

Color spaces of #1be34c

RGB 2722776
HSL0.370.790.50
HSV135°88°89°
CMYK 0.880.000.67   0.11
XYZ29.225655.693016.0470
Yxy55.69300.28950.5516
Hunter Lab74.6277-60.694739.4905
CIE-Lab79.4388-73.896458.9065

#1be34c color RGB value is (27,227,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11100011 01001100
Octal 33 343 114
Decimal 27 227 76
Hex 1B E3 4C

RGB Percentages of Color #1be34c

%8.18
%68.79
%23.03

CMYK Percentages of Color #1be34c

%88
%0
%67
%11

Triadic Colors of #1be34c

#1be34c #4c1be3 #e34c1b

Analogous Colors of #1be34c

#1be34c #1be3b0 #4ee31b

Monochromatic Colors of #1be34c

#1be34c

Complementary Color

#1be34c #e31bb2

#1be34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1be34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1be34c Color CSS Codes

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

#1be34c Text Font Color

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

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


#1be34c Background Color

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

This div background color is #1be34c


#1be34c Border Color

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

This div border color is #1be34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1be34c


Comments

No comments written yet.

Please login to write comment.