Color Hex Logo

#6febaf Color Hex

#6FEBAF
(111,235,175)
0 Favorites   0 Comments

Color spaces of #6febaf

RGB 111235175
HSL0.420.760.68
HSV151°53°92°
CMYK 0.530.000.26   0.08
XYZ44.001765.891350.9566
Yxy65.89130.27360.4096
Hunter Lab81.1735-45.294019.6021
CIE-Lab84.9409-48.295718.7580

#6febaf color RGB value is (111,235,175).

#6febaf hex color red value is 111, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6febaf hue: 0.42 , saturation: 0.76 and the lightness value of 6febaf is 0.68.

The process color (four color CMYK) of #6febaf color hex is 0.53, 0.00, 0.26, 0.08. Web safe color of #6febaf is #66ff99. Color #6febaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101011 10101111
Octal 157 353 257
Decimal 111 235 175
Hex 6F EB AF

RGB Percentages of Color #6febaf

%21.31
%45.11
%33.59

CMYK Percentages of Color #6febaf

%53
%0
%26
%8

Triadic Colors of #6febaf

#6febaf #af6feb #ebaf6f

Analogous Colors of #6febaf

#6febaf #6fe9eb #6feb71

Monochromatic Colors of #6febaf

#6febaf

Complementary Color

#6febaf #eb6fab

#6febaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6febaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6febaf Color CSS Codes

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

#6febaf Text Font Color

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

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


#6febaf Background Color

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

This div background color is #6febaf


#6febaf Border Color

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

This div border color is #6febaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6febaf


Comments

No comments written yet.

Please login to write comment.