Color Hex Logo

#6fdcc1 Color Hex

#6FDCC1
(111,220,193)
0 Favorites   0 Comments

Color spaces of #6fdcc1

RGB 111220193
HSL0.460.610.65
HSV165°50°86°
CMYK 0.500.000.12   0.14
XYZ41.774458.416259.5258
Yxy58.41620.26160.3657
Hunter Lab76.4305-36.19117.3249
CIE-Lab80.9696-37.81763.6536

#6fdcc1 color RGB value is (111,220,193).

#6fdcc1 hex color red value is 111, green value is 220 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #6fdcc1 hue: 0.46 , saturation: 0.61 and the lightness value of 6fdcc1 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 11000001
Octal 157 334 301
Decimal 111 220 193
Hex 6F DC C1

RGB Percentages of Color #6fdcc1

%21.18
%41.98
%36.83

CMYK Percentages of Color #6fdcc1

%50
%0
%12
%14

Triadic Colors of #6fdcc1

#6fdcc1 #c16fdc #dcc16f

Analogous Colors of #6fdcc1

#6fdcc1 #6fc1dc #6fdc8b

Monochromatic Colors of #6fdcc1

#6fdcc1

Complementary Color

#6fdcc1 #dc6f8a

#6fdcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcc1 Color CSS Codes

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

#6fdcc1 Text Font Color

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

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


#6fdcc1 Background Color

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

This div background color is #6fdcc1


#6fdcc1 Border Color

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

This div border color is #6fdcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcc1


Comments

No comments written yet.

Please login to write comment.