Color Hex Logo

#6fefbf Color Hex

#6FEFBF
(111,239,191)
0 Favorites   0 Comments

Color spaces of #6fefbf

RGB 111239191
HSL0.440.800.69
HSV158°54°94°
CMYK 0.540.000.20   0.06
XYZ46.826068.874160.1163
Yxy68.87410.26630.3917
Hunter Lab82.9904-44.517515.1450
CIE-Lab86.4417-46.659712.5492

#6fefbf color RGB value is (111,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101111 10111111
Octal 157 357 277
Decimal 111 239 191
Hex 6F EF BF

RGB Percentages of Color #6fefbf

%20.52
%44.18
%35.30

CMYK Percentages of Color #6fefbf

%54
%0
%20
%6

Triadic Colors of #6fefbf

#6fefbf #bf6fef #efbf6f

Analogous Colors of #6fefbf

#6fefbf #6fdfef #6fef7f

Monochromatic Colors of #6fefbf

#6fefbf

Complementary Color

#6fefbf #ef6f9f

#6fefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fefbf Color CSS Codes

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

#6fefbf Text Font Color

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

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


#6fefbf Background Color

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

This div background color is #6fefbf


#6fefbf Border Color

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

This div border color is #6fefbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,239,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 #6fefbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fefbf


Comments

No comments written yet.

Please login to write comment.