Color Hex Logo

#6fdddf Color Hex

#6FDDDF
(111,221,223)
0 Favorites   0 Comments

Color spaces of #6fdddf

RGB 111221223
HSL0.500.640.65
HSV181°50°87°
CMYK 0.500.010.00   0.13
XYZ45.731360.420179.0640
Yxy60.42010.24690.3262
Hunter Lab77.7304-31.0108-5.8960
CIE-Lab82.0660-30.9007-10.6848

#6fdddf color RGB value is (111,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 11011111
Octal 157 335 337
Decimal 111 221 223
Hex 6F DD DF

RGB Percentages of Color #6fdddf

%20.00
%39.82
%40.18

CMYK Percentages of Color #6fdddf

%50
%1
%0
%13

Triadic Colors of #6fdddf

#6fdddf #df6fdd #dddf6f

Analogous Colors of #6fdddf

#6fdddf #6fa5df #6fdfa9

Monochromatic Colors of #6fdddf

#6fdddf

Complementary Color

#6fdddf #df716f

#6fdddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdddf Color CSS Codes

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

#6fdddf Text Font Color

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

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


#6fdddf Background Color

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

This div background color is #6fdddf


#6fdddf Border Color

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

This div border color is #6fdddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdddf


Comments

No comments written yet.

Please login to write comment.