Color Hex Logo

#6feabf Color Hex

#6FEABF
(111,234,191)
0 Favorites   0 Comments

Color spaces of #6feabf

RGB 111234191
HSL0.440.750.68
HSV159°53°92°
CMYK 0.530.000.18   0.08
XYZ45.382365.986759.6350
Yxy65.98670.26540.3859
Hunter Lab81.2322-42.433113.3360
CIE-Lab84.9896-44.501810.4847

#6feabf color RGB value is (111,234,191).

#6feabf hex color red value is 111, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6feabf hue: 0.44 , saturation: 0.75 and the lightness value of 6feabf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101010 10111111
Octal 157 352 277
Decimal 111 234 191
Hex 6F EA BF

RGB Percentages of Color #6feabf

%20.71
%43.66
%35.63

CMYK Percentages of Color #6feabf

%53
%0
%18
%8

Triadic Colors of #6feabf

#6feabf #bf6fea #eabf6f

Analogous Colors of #6feabf

#6feabf #6fd8ea #6fea82

Monochromatic Colors of #6feabf

#6feabf

Complementary Color

#6feabf #ea6f9a

#6feabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6feabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6feabf Color CSS Codes

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

#6feabf Text Font Color

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

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


#6feabf Background Color

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

This div background color is #6feabf


#6feabf Border Color

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

This div border color is #6feabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6feabf


Comments

No comments written yet.

Please login to write comment.