Color Hex Logo

#6ecdea Color Hex

#6ECDEA
(110,205,234)
0 Favorites   0 Comments

Color spaces of #6ecdea

RGB 110205234
HSL0.540.750.67
HSV194°53°92°
CMYK 0.530.120.00   0.08
XYZ43.113052.918285.7838
Yxy52.91820.23710.2911
Hunter Lab72.7449-21.5137-18.9958
CIE-Lab77.8267-20.2525-22.9489

#6ecdea color RGB value is (110,205,234).

#6ecdea hex color red value is 110, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6ecdea hue: 0.54 , saturation: 0.75 and the lightness value of 6ecdea is 0.67.

The process color (four color CMYK) of #6ecdea color hex is 0.53, 0.12, 0.00, 0.08. Web safe color of #6ecdea is #66ccff. Color #6ecdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11001101 11101010
Octal 156 315 352
Decimal 110 205 234
Hex 6E CD EA

RGB Percentages of Color #6ecdea

%20.04
%37.34
%42.62

CMYK Percentages of Color #6ecdea

%53
%12
%0
%8

Triadic Colors of #6ecdea

#6ecdea #ea6ecd #cdea6e

Analogous Colors of #6ecdea

#6ecdea #6e8fea #6eeac9

Monochromatic Colors of #6ecdea

#6ecdea

Complementary Color

#6ecdea #ea8b6e

#6ecdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ecdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ecdea Color CSS Codes

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

#6ecdea Text Font Color

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

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


#6ecdea Background Color

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

This div background color is #6ecdea


#6ecdea Border Color

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

This div border color is #6ecdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ecdea


Comments

No comments written yet.

Please login to write comment.