Color Hex Logo

#6fddda Color Hex

#6FDDDA
(111,221,218)
0 Favorites   0 Comments

Color spaces of #6fddda

RGB 111221218
HSL0.500.620.65
HSV178°50°87°
CMYK 0.500.000.01   0.13
XYZ45.066960.154475.5653
Yxy60.15440.24930.3327
Hunter Lab77.5593-32.0088-3.4742
CIE-Lab81.9220-32.1869-8.2413

#6fddda color RGB value is (111,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 11011010
Octal 157 335 332
Decimal 111 221 218
Hex 6F DD DA

RGB Percentages of Color #6fddda

%20.18
%40.18
%39.64

CMYK Percentages of Color #6fddda

%50
%0
%1
%13

Triadic Colors of #6fddda

#6fddda #da6fdd #ddda6f

Analogous Colors of #6fddda

#6fddda #6fa9dd #6fdda3

Monochromatic Colors of #6fddda

#6fddda

Complementary Color

#6fddda #dd6f72

#6fddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddda Color CSS Codes

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

#6fddda Text Font Color

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

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


#6fddda Background Color

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

This div background color is #6fddda


#6fddda Border Color

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

This div border color is #6fddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddda


Comments

No comments written yet.

Please login to write comment.