Color Hex Logo

#6ec3cf Color Hex

#6EC3CF
(110,195,207)
0 Favorites   0 Comments

Color spaces of #6ec3cf

RGB 110195207
HSL0.520.500.62
HSV187°47°81°
CMYK 0.470.060.00   0.19
XYZ37.208046.850266.1134
Yxy46.85020.24780.3120
Hunter Lab68.4472-22.7498-9.3554
CIE-Lab74.0938-22.5701-14.0241

#6ec3cf color RGB value is (110,195,207).

#6ec3cf hex color red value is 110, green value is 195 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6ec3cf hue: 0.52 , saturation: 0.50 and the lightness value of 6ec3cf is 0.62.

The process color (four color CMYK) of #6ec3cf color hex is 0.47, 0.06, 0.00, 0.19. Web safe color of #6ec3cf is #66cccc. Color #6ec3cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11000011 11001111
Octal 156 303 317
Decimal 110 195 207
Hex 6E C3 CF

RGB Percentages of Color #6ec3cf

%21.48
%38.09
%40.43

CMYK Percentages of Color #6ec3cf

%47
%6
%0
%19

Triadic Colors of #6ec3cf

#6ec3cf #cf6ec3 #c3cf6e

Analogous Colors of #6ec3cf

#6ec3cf #6e93cf #6ecfab

Monochromatic Colors of #6ec3cf

#6ec3cf

Complementary Color

#6ec3cf #cf7a6e

#6ec3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ec3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ec3cf Color CSS Codes

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

#6ec3cf Text Font Color

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

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


#6ec3cf Background Color

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

This div background color is #6ec3cf


#6ec3cf Border Color

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

This div border color is #6ec3cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,195,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ec3cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ec3cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6ec3cf;
  box-shadow:         1px 1px 3px 2px #6ec3cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ec3cf


Comments

No comments written yet.

Please login to write comment.