Color Hex Logo

#6fcdca Color Hex

#6FCDCA
(111,205,202)
0 Favorites   0 Comments

Color spaces of #6fcdca

RGB 111205202
HSL0.490.480.62
HSV178°46°80°
CMYK 0.460.000.01   0.20
XYZ39.047551.306463.7222
Yxy51.30640.25340.3330
Hunter Lab71.6285-28.0425-2.6057
CIE-Lab76.8642-28.5806-7.1806

#6fcdca color RGB value is (111,205,202).

#6fcdca hex color red value is 111, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6fcdca hue: 0.49 , saturation: 0.48 and the lightness value of 6fcdca is 0.62.

The process color (four color CMYK) of #6fcdca color hex is 0.46, 0.00, 0.01, 0.20. Web safe color of #6fcdca is #66cccc. Color #6fcdca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 11001010
Octal 157 315 312
Decimal 111 205 202
Hex 6F CD CA

RGB Percentages of Color #6fcdca

%21.43
%39.58
%39.00

CMYK Percentages of Color #6fcdca

%46
%0
%1
%20

Triadic Colors of #6fcdca

#6fcdca #ca6fcd #cdca6f

Analogous Colors of #6fcdca

#6fcdca #6fa1cd #6fcd9b

Monochromatic Colors of #6fcdca

#6fcdca

Complementary Color

#6fcdca #cd6f72

#6fcdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdca Color CSS Codes

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

#6fcdca Text Font Color

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

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


#6fcdca Background Color

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

This div background color is #6fcdca


#6fcdca Border Color

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

This div border color is #6fcdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdca


Comments

No comments written yet.

Please login to write comment.