Color Hex Logo

#6fdcca Color Hex

#6FDCCA
(111,220,202)
0 Favorites   0 Comments

Color spaces of #6fdcca

RGB 111220202
HSL0.470.610.65
HSV170°50°86°
CMYK 0.500.000.08   0.14
XYZ42.809458.830264.9762
Yxy58.83020.25690.3531
Hunter Lab76.7008-34.59943.4638
CIE-Lab81.1982-35.6887-0.7986

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 11001010
Octal 157 334 312
Decimal 111 220 202
Hex 6F DC CA

RGB Percentages of Color #6fdcca

%20.83
%41.28
%37.90

CMYK Percentages of Color #6fdcca

%50
%0
%8
%14

Triadic Colors of #6fdcca

#6fdcca #ca6fdc #dcca6f

Analogous Colors of #6fdcca

#6fdcca #6fb8dc #6fdc94

Monochromatic Colors of #6fdcca

#6fdcca

Complementary Color

#6fdcca #dc6f81

#6fdcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcca Color CSS Codes

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

#6fdcca Text Font Color

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

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


#6fdcca Background Color

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

This div background color is #6fdcca


#6fdcca Border Color

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

This div border color is #6fdcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcca


Comments

No comments written yet.

Please login to write comment.