Color Hex Logo

#6fedb5 Color Hex

#6FEDB5
(111,237,181)
0 Favorites   0 Comments

Color spaces of #6fedb5

RGB 111237181
HSL0.430.780.68
HSV153°53°93°
CMYK 0.530.000.24   0.07
XYZ45.180267.284154.3219
Yxy67.28410.27090.4034
Hunter Lab82.0269-45.229718.1543
CIE-Lab85.6472-47.917216.6300

#6fedb5 color RGB value is (111,237,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101101 10110101
Octal 157 355 265
Decimal 111 237 181
Hex 6F ED B5

RGB Percentages of Color #6fedb5

%20.98
%44.80
%34.22

CMYK Percentages of Color #6fedb5

%53
%0
%24
%7

Triadic Colors of #6fedb5

#6fedb5 #b56fed #edb56f

Analogous Colors of #6fedb5

#6fedb5 #6fe6ed #6fed76

Monochromatic Colors of #6fedb5

#6fedb5

Complementary Color

#6fedb5 #ed6fa7

#6fedb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fedb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fedb5 Color CSS Codes

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

#6fedb5 Text Font Color

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

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


#6fedb5 Background Color

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

This div background color is #6fedb5


#6fedb5 Border Color

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

This div border color is #6fedb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fedb5


Comments

No comments written yet.

Please login to write comment.