Color Hex Logo

#6fedbf Color Hex

#6FEDBF
(111,237,191)
0 Favorites   0 Comments

Color spaces of #6fedbf

RGB 111237191
HSL0.440.780.68
HSV158°53°93°
CMYK 0.530.000.19   0.07
XYZ46.243767.709559.9222
Yxy67.70950.26600.3894
Hunter Lab82.2858-43.685114.4238
CIE-Lab85.8610-45.800511.7248

#6fedbf color RGB value is (111,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101101 10111111
Octal 157 355 277
Decimal 111 237 191
Hex 6F ED BF

RGB Percentages of Color #6fedbf

%20.59
%43.97
%35.44

CMYK Percentages of Color #6fedbf

%53
%0
%19
%7

Triadic Colors of #6fedbf

#6fedbf #bf6fed #edbf6f

Analogous Colors of #6fedbf

#6fedbf #6fdced #6fed80

Monochromatic Colors of #6fedbf

#6fedbf

Complementary Color

#6fedbf #ed6f9d

#6fedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fedbf Color CSS Codes

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

#6fedbf Text Font Color

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

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


#6fedbf Background Color

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

This div background color is #6fedbf


#6fedbf Border Color

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

This div border color is #6fedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fedbf


Comments

No comments written yet.

Please login to write comment.