Color Hex Logo

#6fdeba Color Hex

#6FDEBA
(111,222,186)
0 Favorites   0 Comments

Color spaces of #6fdeba

RGB 111222186
HSL0.450.630.65
HSV161°50°87°
CMYK 0.500.000.16   0.13
XYZ41.539759.167255.6854
Yxy59.16720.26560.3783
Hunter Lab76.9202-38.213910.9219
CIE-Lab81.3834-40.31457.9624

#6fdeba color RGB value is (111,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 10111010
Octal 157 336 272
Decimal 111 222 186
Hex 6F DE BA

RGB Percentages of Color #6fdeba

%21.39
%42.77
%35.84

CMYK Percentages of Color #6fdeba

%50
%0
%16
%13

Triadic Colors of #6fdeba

#6fdeba #ba6fde #deba6f

Analogous Colors of #6fdeba

#6fdeba #6fcbde #6fde83

Monochromatic Colors of #6fdeba

#6fdeba

Complementary Color

#6fdeba #de6f93

#6fdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdeba Color CSS Codes

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

#6fdeba Text Font Color

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

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


#6fdeba Background Color

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

This div background color is #6fdeba


#6fdeba Border Color

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

This div border color is #6fdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdeba


Comments

No comments written yet.

Please login to write comment.