Color Hex Logo

#6be1be Color Hex

#6BE1BE
(107,225,190)
0 Favorites   0 Comments

Color spaces of #6be1be

RGB 107225190
HSL0.450.660.65
HSV162°52°88°
CMYK 0.520.000.16   0.12
XYZ42.282960.693958.2018
Yxy60.69390.26230.3766
Hunter Lab77.9063-39.456810.2404
CIE-Lab82.2139-41.64467.0205

#6be1be color RGB value is (107,225,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100001 10111110
Octal 153 341 276
Decimal 107 225 190
Hex 6B E1 BE

RGB Percentages of Color #6be1be

%20.50
%43.10
%36.40

CMYK Percentages of Color #6be1be

%52
%0
%16
%12

Triadic Colors of #6be1be

#6be1be #be6be1 #e1be6b

Analogous Colors of #6be1be

#6be1be #6bc9e1 #6be183

Monochromatic Colors of #6be1be

#6be1be

Complementary Color

#6be1be #e16b8e

#6be1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be1be Color CSS Codes

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

#6be1be Text Font Color

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

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


#6be1be Background Color

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

This div background color is #6be1be


#6be1be Border Color

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

This div border color is #6be1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be1be


Comments

No comments written yet.

Please login to write comment.