Color Hex Logo

#6bebbe Color Hex

#6BEBBE
(107,235,190)
0 Favorites   0 Comments

Color spaces of #6bebbe

RGB 107235190
HSL0.440.760.67
HSV159°54°92°
CMYK 0.540.000.19   0.08
XYZ45.066066.260259.1295
Yxy66.26020.26440.3887
Hunter Lab81.4004-43.627013.9118
CIE-Lab85.1290-46.012411.1886

#6bebbe color RGB value is (107,235,190).

#6bebbe hex color red value is 107, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6bebbe hue: 0.44 , saturation: 0.76 and the lightness value of 6bebbe is 0.67.

The process color (four color CMYK) of #6bebbe color hex is 0.54, 0.00, 0.19, 0.08. Web safe color of #6bebbe is #66ffcc. Color #6bebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101011 10111110
Octal 153 353 276
Decimal 107 235 190
Hex 6B EB BE

RGB Percentages of Color #6bebbe

%20.11
%44.17
%35.71

CMYK Percentages of Color #6bebbe

%54
%0
%19
%8

Triadic Colors of #6bebbe

#6bebbe #be6beb #ebbe6b

Analogous Colors of #6bebbe

#6bebbe #6bd8eb #6beb7e

Monochromatic Colors of #6bebbe

#6bebbe

Complementary Color

#6bebbe #eb6b98

#6bebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bebbe Color CSS Codes

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

#6bebbe Text Font Color

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

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


#6bebbe Background Color

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

This div background color is #6bebbe


#6bebbe Border Color

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

This div border color is #6bebbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,235,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 #6bebbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bebbe


Comments

No comments written yet.

Please login to write comment.