Color Hex Logo

#6fdeda Color Hex

#6FDEDA
(111,222,218)
0 Favorites   0 Comments

Color spaces of #6fdeda

RGB 111222218
HSL0.490.630.65
HSV178°50°87°
CMYK 0.500.000.02   0.13
XYZ45.331760.684075.6536
Yxy60.68400.24950.3340
Hunter Lab77.8999-32.4518-3.0503
CIE-Lab82.2086-32.6598-7.8162

#6fdeda color RGB value is (111,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 11011010
Octal 157 336 332
Decimal 111 222 218
Hex 6F DE DA

RGB Percentages of Color #6fdeda

%20.15
%40.29
%39.56

CMYK Percentages of Color #6fdeda

%50
%0
%2
%13

Triadic Colors of #6fdeda

#6fdeda #da6fde #deda6f

Analogous Colors of #6fdeda

#6fdeda #6fabde #6fdea3

Monochromatic Colors of #6fdeda

#6fdeda

Complementary Color

#6fdeda #de6f73

#6fdeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdeda Color CSS Codes

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

#6fdeda Text Font Color

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

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


#6fdeda Background Color

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

This div background color is #6fdeda


#6fdeda Border Color

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

This div border color is #6fdeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdeda


Comments

No comments written yet.

Please login to write comment.