Color Hex Logo

#6efdea Color Hex

#6EFDEA
(110,253,234)
0 Favorites   0 Comments

Color spaces of #6efdea

RGB 110253234
HSL0.480.970.71
HSV172°57°99°
CMYK 0.570.000.08   0.01
XYZ56.407079.506190.2152
Yxy79.50610.24940.3516
Hunter Lab89.1662-43.12082.4288
CIE-Lab91.4628-43.0222-2.5659

#6efdea color RGB value is (110,253,234).

#6efdea hex color red value is 110, green value is 253 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6efdea hue: 0.48 , saturation: 0.97 and the lightness value of 6efdea is 0.71.

The process color (four color CMYK) of #6efdea color hex is 0.57, 0.00, 0.08, 0.01. Web safe color of #6efdea is #66ffff. Color #6efdea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111101 11101010
Octal 156 375 352
Decimal 110 253 234
Hex 6E FD EA

RGB Percentages of Color #6efdea

%18.43
%42.38
%39.20

CMYK Percentages of Color #6efdea

%57
%0
%8
%1

Triadic Colors of #6efdea

#6efdea #ea6efd #fdea6e

Analogous Colors of #6efdea

#6efdea #6ec9fd #6efda3

Monochromatic Colors of #6efdea

#6efdea

Complementary Color

#6efdea #fd6e81

#6efdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efdea Color CSS Codes

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

#6efdea Text Font Color

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

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


#6efdea Background Color

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

This div background color is #6efdea


#6efdea Border Color

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

This div border color is #6efdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efdea

Related Colors


Comments

No comments written yet.

Please login to write comment.