Color Hex Logo

#6fcdcd Color Hex

#6FCDCD
(111,205,205)
0 Favorites   0 Comments

Color spaces of #6fcdcd

RGB 111205205
HSL0.500.480.62
HSV180°46°80°
CMYK 0.460.000.00   0.20
XYZ39.406351.449965.6115
Yxy51.44990.25180.3288
Hunter Lab71.7286-27.4606-4.0237
CIE-Lab76.9507-27.8184-8.6688

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 11001101
Octal 157 315 315
Decimal 111 205 205
Hex 6F CD CD

RGB Percentages of Color #6fcdcd

%21.31
%39.35
%39.35

CMYK Percentages of Color #6fcdcd

%46
%0
%0
%20

Triadic Colors of #6fcdcd

#6fcdcd #cd6fcd #cdcd6f

Analogous Colors of #6fcdcd

#6fcdcd #6f9ecd #6fcd9e

Monochromatic Colors of #6fcdcd

#6fcdcd

Complementary Color

#6fcdcd #cd6f6f

#6fcdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdcd Color CSS Codes

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

#6fcdcd Text Font Color

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

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


#6fcdcd Background Color

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

This div background color is #6fcdcd


#6fcdcd Border Color

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

This div border color is #6fcdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdcd


Comments

No comments written yet.

Please login to write comment.