Color Hex Logo

#6edacf Color Hex

#6EDACF
(110,218,207)
0 Favorites   0 Comments

Color spaces of #6edacf

RGB 110218207
HSL0.480.590.64
HSV174°50°85°
CMYK 0.500.000.05   0.15
XYZ42.764357.962867.9655
Yxy57.96280.25350.3436
Hunter Lab76.1333-32.96930.3641
CIE-Lab80.7181-33.7541-4.1699

#6edacf color RGB value is (110,218,207).

#6edacf hex color red value is 110, green value is 218 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6edacf hue: 0.48 , saturation: 0.59 and the lightness value of 6edacf is 0.64.

The process color (four color CMYK) of #6edacf color hex is 0.50, 0.00, 0.05, 0.15. Web safe color of #6edacf is #66cccc. Color #6edacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 11001111
Octal 156 332 317
Decimal 110 218 207
Hex 6E DA CF

RGB Percentages of Color #6edacf

%20.56
%40.75
%38.69

CMYK Percentages of Color #6edacf

%50
%0
%5
%15

Triadic Colors of #6edacf

#6edacf #cf6eda #dacf6e

Analogous Colors of #6edacf

#6edacf #6eafda #6eda99

Monochromatic Colors of #6edacf

#6edacf

Complementary Color

#6edacf #da6e79

#6edacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edacf Color CSS Codes

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

#6edacf Text Font Color

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

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


#6edacf Background Color

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

This div background color is #6edacf


#6edacf Border Color

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

This div border color is #6edacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edacf


Comments

No comments written yet.

Please login to write comment.