Color Hex Logo

#6fdfd2 Color Hex

#6FDFD2
(111,223,210)
0 Favorites   0 Comments

Color spaces of #6fdfd2

RGB 111223210
HSL0.480.640.65
HSV173°50°87°
CMYK 0.500.000.06   0.13
XYZ44.576160.808070.3605
Yxy60.80800.25360.3460
Hunter Lab77.9795-34.42661.0886
CIE-Lab82.2754-35.1306-3.4694

#6fdfd2 color RGB value is (111,223,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011111 11010010
Octal 157 337 322
Decimal 111 223 210
Hex 6F DF D2

RGB Percentages of Color #6fdfd2

%20.40
%40.99
%38.60

CMYK Percentages of Color #6fdfd2

%50
%0
%6
%13

Triadic Colors of #6fdfd2

#6fdfd2 #d26fdf #dfd26f

Analogous Colors of #6fdfd2

#6fdfd2 #6fb4df #6fdf9a

Monochromatic Colors of #6fdfd2

#6fdfd2

Complementary Color

#6fdfd2 #df6f7c

#6fdfd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdfd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdfd2 Color CSS Codes

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

#6fdfd2 Text Font Color

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

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


#6fdfd2 Background Color

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

This div background color is #6fdfd2


#6fdfd2 Border Color

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

This div border color is #6fdfd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdfd2


Comments

No comments written yet.

Please login to write comment.