Color Hex Logo

#6fdfda Color Hex

#6FDFDA
(111,223,218)
0 Favorites   0 Comments

Color spaces of #6fdfda

RGB 111223218
HSL0.490.640.65
HSV177°50°87°
CMYK 0.500.000.02   0.13
XYZ45.598161.216875.7424
Yxy61.21680.24980.3353
Hunter Lab78.2412-32.8942-2.6277
CIE-Lab82.4952-33.1313-7.3914

#6fdfda color RGB value is (111,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011111 11011010
Octal 157 337 332
Decimal 111 223 218
Hex 6F DF DA

RGB Percentages of Color #6fdfda

%20.11
%40.40
%39.49

CMYK Percentages of Color #6fdfda

%50
%0
%2
%13

Triadic Colors of #6fdfda

#6fdfda #da6fdf #dfda6f

Analogous Colors of #6fdfda

#6fdfda #6facdf #6fdfa2

Monochromatic Colors of #6fdfda

#6fdfda

Complementary Color

#6fdfda #df6f74

#6fdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdfda Color CSS Codes

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

#6fdfda Text Font Color

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

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


#6fdfda Background Color

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

This div background color is #6fdfda


#6fdfda Border Color

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

This div border color is #6fdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdfda


Comments

No comments written yet.

Please login to write comment.