Color Hex Logo

#6be18c Color Hex

#6BE18C
(107,225,140)
0 Favorites   0 Comments

Color spaces of #6be18c

RGB 107225140
HSL0.380.660.65
HSV137°52°88°
CMYK 0.520.000.38   0.12
XYZ37.722258.869734.1858
Yxy58.86970.28840.4502
Hunter Lab76.7266-46.513027.2917
CIE-Lab81.2199-51.608831.6875

#6be18c color RGB value is (107,225,140).

#6be18c hex color red value is 107, green value is 225 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #6be18c hue: 0.38 , saturation: 0.66 and the lightness value of 6be18c is 0.65.

The process color (four color CMYK) of #6be18c color hex is 0.52, 0.00, 0.38, 0.12. Web safe color of #6be18c is #66cc99. Color #6be18c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100001 10001100
Octal 153 341 214
Decimal 107 225 140
Hex 6B E1 8C

RGB Percentages of Color #6be18c

%22.67
%47.67
%29.66

CMYK Percentages of Color #6be18c

%52
%0
%38
%12

Triadic Colors of #6be18c

#6be18c #8c6be1 #e18c6b

Analogous Colors of #6be18c

#6be18c #6be1c7 #85e16b

Monochromatic Colors of #6be18c

#6be18c

Complementary Color

#6be18c #e16bc0

#6be18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be18c Color CSS Codes

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

#6be18c Text Font Color

<p style="color:#6be18c">Text here</p>

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


#6be18c Background Color

<div style="background-color:#6be18c">
Div content here</div>

This div background color is #6be18c


#6be18c Border Color

<div style="border:3px solid #6be18c">
Div here</div>

This div border color is #6be18c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,225,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6be18c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6be18c;
  -webkit-box-shadow: 1px 1px 3px 2px #6be18c;
  box-shadow:         1px 1px 3px 2px #6be18c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,225,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be18c


Comments

No comments written yet.

Please login to write comment.