Color Hex Logo

#6ed3cf Color Hex

#6ED3CF
(110,211,207)
1 Favorites   0 Comments

Color spaces of #6ed3cf

RGB 110211207
HSL0.490.530.63
HSV178°48°83°
CMYK 0.480.000.02   0.17
XYZ40.987254.408567.3731
Yxy54.40850.25180.3343
Hunter Lab73.7621-29.8971-2.5210
CIE-Lab78.6993-30.4349-7.1525

#6ed3cf color RGB value is (110,211,207).

#6ed3cf hex color red value is 110, green value is 211 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6ed3cf hue: 0.49 , saturation: 0.53 and the lightness value of 6ed3cf is 0.63.

The process color (four color CMYK) of #6ed3cf color hex is 0.48, 0.00, 0.02, 0.17. Web safe color of #6ed3cf is #66cccc. Color #6ed3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010011 11001111
Octal 156 323 317
Decimal 110 211 207
Hex 6E D3 CF

RGB Percentages of Color #6ed3cf

%20.83
%39.96
%39.20

CMYK Percentages of Color #6ed3cf

%48
%0
%2
%17

Triadic Colors of #6ed3cf

#6ed3cf #cf6ed3 #d3cf6e

Analogous Colors of #6ed3cf

#6ed3cf #6ea5d3 #6ed39d

Monochromatic Colors of #6ed3cf

#6ed3cf

Complementary Color

#6ed3cf #d36e72

#6ed3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed3cf Color CSS Codes

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

#6ed3cf Text Font Color

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

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


#6ed3cf Background Color

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

This div background color is #6ed3cf


#6ed3cf Border Color

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

This div border color is #6ed3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed3cf

#6ed3cf Color Palettes


Comments

No comments written yet.

Please login to write comment.