Color Hex Logo

#6fdea0 Color Hex

#6FDEA0
(111,222,160)
0 Favorites   0 Comments

Color spaces of #6fdea0

RGB 111222160
HSL0.410.630.65
HSV146°50°87°
CMYK 0.500.000.28   0.13
XYZ39.022058.160142.4271
Yxy58.16010.27950.4166
Hunter Lab76.2628-42.125320.3993
CIE-Lab80.8277-45.745520.8642

#6fdea0 color RGB value is (111,222,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 10100000
Octal 157 336 240
Decimal 111 222 160
Hex 6F DE A0

RGB Percentages of Color #6fdea0

%22.52
%45.03
%32.45

CMYK Percentages of Color #6fdea0

%50
%0
%28
%13

Triadic Colors of #6fdea0

#6fdea0 #a06fde #dea06f

Analogous Colors of #6fdea0

#6fdea0 #6fded8 #76de6f

Monochromatic Colors of #6fdea0

#6fdea0

Complementary Color

#6fdea0 #de6fad

#6fdea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdea0 Color CSS Codes

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

#6fdea0 Text Font Color

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

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


#6fdea0 Background Color

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

This div background color is #6fdea0


#6fdea0 Border Color

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

This div border color is #6fdea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdea0


Comments

No comments written yet.

Please login to write comment.