Color Hex Logo

#6dfaee Color Hex

#6DFAEE
(109,250,238)
0 Favorites   0 Comments

Color spaces of #6dfaee

RGB 109250238
HSL0.490.930.70
HSV175°56°98°
CMYK 0.560.000.05   0.02
XYZ55.924977.795592.9574
Yxy77.79550.24670.3432
Hunter Lab88.2018-41.1740-0.7456
CIE-Lab90.6865-40.8766-5.7886

#6dfaee color RGB value is (109,250,238).

#6dfaee hex color red value is 109, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6dfaee hue: 0.49 , saturation: 0.93 and the lightness value of 6dfaee is 0.70.

The process color (four color CMYK) of #6dfaee color hex is 0.56, 0.00, 0.05, 0.02. Web safe color of #6dfaee is #66ffff. Color #6dfaee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111010 11101110
Octal 155 372 356
Decimal 109 250 238
Hex 6D FA EE

RGB Percentages of Color #6dfaee

%18.26
%41.88
%39.87

CMYK Percentages of Color #6dfaee

%56
%0
%5
%2

Triadic Colors of #6dfaee

#6dfaee #ee6dfa #faee6d

Analogous Colors of #6dfaee

#6dfaee #6dc0fa #6dfaa8

Monochromatic Colors of #6dfaee

#6dfaee

Complementary Color

#6dfaee #fa6d79

#6dfaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfaee Color CSS Codes

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

#6dfaee Text Font Color

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

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


#6dfaee Background Color

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

This div background color is #6dfaee


#6dfaee Border Color

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

This div border color is #6dfaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfaee


Comments

No comments written yet.

Please login to write comment.