Color Hex Logo

#6edfea Color Hex

#6EDFEA
(110,223,234)
0 Favorites   0 Comments

Color spaces of #6edfea

RGB 110223234
HSL0.510.750.67
HSV185°53°92°
CMYK 0.530.050.00   0.08
XYZ47.669462.030987.3026
Yxy62.03090.24200.3149
Hunter Lab78.7597-29.7921-10.5893
CIE-Lab82.9298-29.1658-15.2341

#6edfea color RGB value is (110,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011111 11101010
Octal 156 337 352
Decimal 110 223 234
Hex 6E DF EA

RGB Percentages of Color #6edfea

%19.40
%39.33
%41.27

CMYK Percentages of Color #6edfea

%53
%5
%0
%8

Triadic Colors of #6edfea

#6edfea #ea6edf #dfea6e

Analogous Colors of #6edfea

#6edfea #6ea1ea #6eeab7

Monochromatic Colors of #6edfea

#6edfea

Complementary Color

#6edfea #ea796e

#6edfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edfea Color CSS Codes

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

#6edfea Text Font Color

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

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


#6edfea Background Color

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

This div background color is #6edfea


#6edfea Border Color

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

This div border color is #6edfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edfea


Comments

No comments written yet.

Please login to write comment.