Color Hex Logo

#6fdeac Color Hex

#6FDEAC
(111,222,172)
0 Favorites   0 Comments

Color spaces of #6fdeac

RGB 111222172
HSL0.420.630.65
HSV153°50°87°
CMYK 0.500.000.23   0.13
XYZ40.123258.600648.2261
Yxy58.60060.27300.3988
Hunter Lab76.5510-40.405916.2338
CIE-Lab81.0716-43.333214.9113

#6fdeac color RGB value is (111,222,172).

#6fdeac hex color red value is 111, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6fdeac hue: 0.42 , saturation: 0.63 and the lightness value of 6fdeac is 0.65.

The process color (four color CMYK) of #6fdeac color hex is 0.50, 0.00, 0.23, 0.13. Web safe color of #6fdeac is #66cc99. Color #6fdeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 10101100
Octal 157 336 254
Decimal 111 222 172
Hex 6F DE AC

RGB Percentages of Color #6fdeac

%21.98
%43.96
%34.06

CMYK Percentages of Color #6fdeac

%50
%0
%23
%13

Triadic Colors of #6fdeac

#6fdeac #ac6fde #deac6f

Analogous Colors of #6fdeac

#6fdeac #6fd9de #6fde75

Monochromatic Colors of #6fdeac

#6fdeac

Complementary Color

#6fdeac #de6fa1

#6fdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdeac Color CSS Codes

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

#6fdeac Text Font Color

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

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


#6fdeac Background Color

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

This div background color is #6fdeac


#6fdeac Border Color

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

This div border color is #6fdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdeac


Comments

No comments written yet.

Please login to write comment.