Color Hex Logo

#1bee7d Color Hex

#1BEE7D
(27,238,125)
0 Favorites   0 Comments

Color spaces of #1bee7d

RGB 27238125
HSL0.410.860.52
HSV148°89°93°
CMYK 0.890.000.47   0.07
XYZ34.728262.862829.7054
Yxy62.86280.27280.4938
Hunter Lab79.2861-60.565633.2866
CIE-Lab83.3701-70.867441.6134

#1bee7d color RGB value is (27,238,125).

#1bee7d hex color red value is 27, green value is 238 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1bee7d hue: 0.41 , saturation: 0.86 and the lightness value of 1bee7d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101110 01111101
Octal 33 356 175
Decimal 27 238 125
Hex 1B EE 7D

RGB Percentages of Color #1bee7d

%6.92
%61.03
%32.05

CMYK Percentages of Color #1bee7d

%89
%0
%47
%7

Triadic Colors of #1bee7d

#1bee7d #7d1bee #ee7d1b

Analogous Colors of #1bee7d

#1bee7d #1beee7 #23ee1b

Monochromatic Colors of #1bee7d

#1bee7d

Complementary Color

#1bee7d #ee1b8c

#1bee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bee7d Color CSS Codes

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

#1bee7d Text Font Color

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

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


#1bee7d Background Color

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

This div background color is #1bee7d


#1bee7d Border Color

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

This div border color is #1bee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bee7d


Comments

No comments written yet.

Please login to write comment.