Color Hex Logo

#6efdee Color Hex

#6EFDEE
(110,253,238)
0 Favorites   0 Comments

Color spaces of #6efdee

RGB 110253238
HSL0.480.970.71
HSV174°57°99°
CMYK 0.570.000.06   0.01
XYZ56.988379.738693.2764
Yxy79.73860.24780.3467
Hunter Lab89.2965-42.35150.5750
CIE-Lab91.5674-42.0348-4.4865

#6efdee color RGB value is (110,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111101 11101110
Octal 156 375 356
Decimal 110 253 238
Hex 6E FD EE

RGB Percentages of Color #6efdee

%18.30
%42.10
%39.60

CMYK Percentages of Color #6efdee

%57
%0
%6
%1

Triadic Colors of #6efdee

#6efdee #ee6efd #fdee6e

Analogous Colors of #6efdee

#6efdee #6ec5fd #6efda7

Monochromatic Colors of #6efdee

#6efdee

Complementary Color

#6efdee #fd6e7d

#6efdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efdee Color CSS Codes

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

#6efdee Text Font Color

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

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


#6efdee Background Color

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

This div background color is #6efdee


#6efdee Border Color

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

This div border color is #6efdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efdee

Related Colors


Comments

No comments written yet.

Please login to write comment.