Color Hex Logo

#6fdcdc Color Hex

#6FDCDC
(111,220,220)
0 Favorites   0 Comments

Color spaces of #6fdcdc

RGB 111220220
HSL0.500.610.65
HSV180°50°86°
CMYK 0.500.000.00   0.14
XYZ45.067059.733276.8645
Yxy59.73320.24810.3288
Hunter Lab77.2873-31.1675-4.8646
CIE-Lab81.6930-31.1991-9.6453

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 11011100
Octal 157 334 334
Decimal 111 220 220
Hex 6F DC DC

RGB Percentages of Color #6fdcdc

%20.15
%39.93
%39.93

CMYK Percentages of Color #6fdcdc

%50
%0
%0
%14

Triadic Colors of #6fdcdc

#6fdcdc #dc6fdc #dcdc6f

Analogous Colors of #6fdcdc

#6fdcdc #6fa6dc #6fdca6

Monochromatic Colors of #6fdcdc

#6fdcdc

Complementary Color

#6fdcdc #dc6f6f

#6fdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcdc Color CSS Codes

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

#6fdcdc Text Font Color

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

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


#6fdcdc Background Color

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

This div background color is #6fdcdc


#6fdcdc Border Color

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

This div border color is #6fdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcdc


Comments

No comments written yet.

Please login to write comment.