Color Hex Logo

#6bbeae Color Hex

#6BBEAE
(107,190,174)
0 Favorites   0 Comments

Color spaces of #6bbeae

RGB 107190174
HSL0.470.390.58
HSV168°44°75°
CMYK 0.440.000.08   0.25
XYZ32.116843.008746.6532
Yxy43.00870.26370.3532
Hunter Lab65.5810-27.35053.7288
CIE-Lab71.5609-29.15940.1893

#6bbeae color RGB value is (107,190,174).

#6bbeae hex color red value is 107, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6bbeae hue: 0.47 , saturation: 0.39 and the lightness value of 6bbeae is 0.58.

The process color (four color CMYK) of #6bbeae color hex is 0.44, 0.00, 0.08, 0.25. Web safe color of #6bbeae is #66cc99. Color #6bbeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111110 10101110
Octal 153 276 256
Decimal 107 190 174
Hex 6B BE AE

RGB Percentages of Color #6bbeae

%22.72
%40.34
%36.94

CMYK Percentages of Color #6bbeae

%44
%0
%8
%25

Triadic Colors of #6bbeae

#6bbeae #ae6bbe #beae6b

Analogous Colors of #6bbeae

#6bbeae #6ba5be #6bbe85

Monochromatic Colors of #6bbeae

#6bbeae

Complementary Color

#6bbeae #be6b7b

#6bbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbeae Color CSS Codes

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

#6bbeae Text Font Color

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

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


#6bbeae Background Color

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

This div background color is #6bbeae


#6bbeae Border Color

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

This div border color is #6bbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbeae


Comments

No comments written yet.

Please login to write comment.