Color Hex Logo

#6bebbc Color Hex

#6BEBBC
(107,235,188)
0 Favorites   0 Comments

Color spaces of #6bebbc

RGB 107235188
HSL0.440.760.67
HSV158°54°92°
CMYK 0.540.000.20   0.08
XYZ44.848866.173357.9859
Yxy66.17330.26540.3915
Hunter Lab81.3470-43.945314.6797
CIE-Lab85.0847-46.449212.1712

#6bebbc color RGB value is (107,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101011 10111100
Octal 153 353 274
Decimal 107 235 188
Hex 6B EB BC

RGB Percentages of Color #6bebbc

%20.19
%44.34
%35.47

CMYK Percentages of Color #6bebbc

%54
%0
%20
%8

Triadic Colors of #6bebbc

#6bebbc #bc6beb #ebbc6b

Analogous Colors of #6bebbc

#6bebbc #6bdaeb #6beb7c

Monochromatic Colors of #6bebbc

#6bebbc

Complementary Color

#6bebbc #eb6b9a

#6bebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bebbc Color CSS Codes

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

#6bebbc Text Font Color

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

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


#6bebbc Background Color

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

This div background color is #6bebbc


#6bebbc Border Color

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

This div border color is #6bebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bebbc


Comments

No comments written yet.

Please login to write comment.