Color Hex Logo

#6dffef Color Hex

#6DFFEF
(109,255,239)
0 Favorites   0 Comments

Color spaces of #6dffef

RGB 109255239
HSL0.481.000.71
HSV173°57°100°
CMYK 0.570.000.06   0.00
XYZ57.646781.003294.2582
Yxy81.00320.24750.3478
Hunter Lab90.0018-43.17270.9073
CIE-Lab92.1331-42.8556-4.1754

#6dffef color RGB value is (109,255,239).

#6dffef hex color red value is 109, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6dffef hue: 0.48 , saturation: 1.00 and the lightness value of 6dffef is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111111 11101111
Octal 155 377 357
Decimal 109 255 239
Hex 6D FF EF

RGB Percentages of Color #6dffef

%18.08
%42.29
%39.64

CMYK Percentages of Color #6dffef

%57
%0
%6
%0

Triadic Colors of #6dffef

#6dffef #ef6dff #ffef6d

Analogous Colors of #6dffef

#6dffef #6dc6ff #6dffa6

Monochromatic Colors of #6dffef

#6dffef

Complementary Color

#6dffef #ff6d7d

#6dffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dffef Color CSS Codes

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

#6dffef Text Font Color

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

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


#6dffef Background Color

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

This div background color is #6dffef


#6dffef Border Color

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

This div border color is #6dffef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,255,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dffef


Comments

No comments written yet.

Please login to write comment.