Color Hex Logo

#6fbeba Color Hex

#6FBEBA
(111,190,186)
0 Favorites   0 Comments

Color spaces of #6fbeba

RGB 111190186
HSL0.490.380.59
HSV177°42°75°
CMYK 0.420.000.02   0.25
XYZ33.831943.751653.1161
Yxy43.75160.25890.3347
Hunter Lab66.1450-24.4544-1.3099
CIE-Lab72.0622-25.2281-5.6100

#6fbeba color RGB value is (111,190,186).

#6fbeba hex color red value is 111, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6fbeba hue: 0.49 , saturation: 0.38 and the lightness value of 6fbeba is 0.59.

The process color (four color CMYK) of #6fbeba color hex is 0.42, 0.00, 0.02, 0.25. Web safe color of #6fbeba is #66cccc. Color #6fbeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 10111010
Octal 157 276 272
Decimal 111 190 186
Hex 6F BE BA

RGB Percentages of Color #6fbeba

%22.79
%39.01
%38.19

CMYK Percentages of Color #6fbeba

%42
%0
%2
%25

Triadic Colors of #6fbeba

#6fbeba #ba6fbe #beba6f

Analogous Colors of #6fbeba

#6fbeba #6f9bbe #6fbe93

Monochromatic Colors of #6fbeba

#6fbeba

Complementary Color

#6fbeba #be6f73

#6fbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbeba Color CSS Codes

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

#6fbeba Text Font Color

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

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


#6fbeba Background Color

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

This div background color is #6fbeba


#6fbeba Border Color

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

This div border color is #6fbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbeba


Comments

No comments written yet.

Please login to write comment.