Color Hex Logo

#6fcecd Color Hex

#6FCECD
(111,206,205)
0 Favorites   0 Comments

Color spaces of #6fcecd

RGB 111206205
HSL0.500.490.62
HSV179°46°81°
CMYK 0.460.000.00   0.19
XYZ39.646351.929965.6915
Yxy51.92990.25210.3302
Hunter Lab72.0624-27.9045-3.6046
CIE-Lab77.2389-28.3051-8.2405

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001110 11001101
Octal 157 316 315
Decimal 111 206 205
Hex 6F CE CD

RGB Percentages of Color #6fcecd

%21.26
%39.46
%39.27

CMYK Percentages of Color #6fcecd

%46
%0
%0
%19

Triadic Colors of #6fcecd

#6fcecd #cd6fce #cecd6f

Analogous Colors of #6fcecd

#6fcecd #6fa0ce #6fce9e

Monochromatic Colors of #6fcecd

#6fcecd

Complementary Color

#6fcecd #ce6f70

#6fcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcecd Color CSS Codes

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

#6fcecd Text Font Color

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

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


#6fcecd Background Color

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

This div background color is #6fcecd


#6fcecd Border Color

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

This div border color is #6fcecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcecd


Comments

No comments written yet.

Please login to write comment.