Color Hex Logo

#6fedac Color Hex

#6FEDAC
(111,237,172)
0 Favorites   0 Comments

Color spaces of #6fedac

RGB 111237172
HSL0.410.780.68
HSV149°53°93°
CMYK 0.530.000.27   0.07
XYZ44.286166.926449.6137
Yxy66.92640.27540.4161
Hunter Lab81.8086-46.536121.3089
CIE-Lab85.4668-49.730621.0408

#6fedac color RGB value is (111,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101101 10101100
Octal 157 355 254
Decimal 111 237 172
Hex 6F ED AC

RGB Percentages of Color #6fedac

%21.35
%45.58
%33.08

CMYK Percentages of Color #6fedac

%53
%0
%27
%7

Triadic Colors of #6fedac

#6fedac #ac6fed #edac6f

Analogous Colors of #6fedac

#6fedac #6fedeb #71ed6f

Monochromatic Colors of #6fedac

#6fedac

Complementary Color

#6fedac #ed6fb0

#6fedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fedac Color CSS Codes

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

#6fedac Text Font Color

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

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


#6fedac Background Color

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

This div background color is #6fedac


#6fedac Border Color

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

This div border color is #6fedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fedac


Comments

No comments written yet.

Please login to write comment.