Color Hex Logo

#6dfbed Color Hex

#6DFBED
(109,251,237)
0 Favorites   0 Comments

Color spaces of #6dfbed

RGB 109251237
HSL0.480.950.71
HSV174°57°98°
CMYK 0.570.000.06   0.02
XYZ56.089978.360092.2895
Yxy78.36000.24740.3456
Hunter Lab88.5212-41.80870.1509
CIE-Lab90.9439-41.5745-4.8893

#6dfbed color RGB value is (109,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111011 11101101
Octal 155 373 355
Decimal 109 251 237
Hex 6D FB ED

RGB Percentages of Color #6dfbed

%18.26
%42.04
%39.70

CMYK Percentages of Color #6dfbed

%57
%0
%6
%2

Triadic Colors of #6dfbed

#6dfbed #ed6dfb #fbed6d

Analogous Colors of #6dfbed

#6dfbed #6dc2fb #6dfba6

Monochromatic Colors of #6dfbed

#6dfbed

Complementary Color

#6dfbed #fb6d7b

#6dfbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfbed Color CSS Codes

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

#6dfbed Text Font Color

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

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


#6dfbed Background Color

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

This div background color is #6dfbed


#6dfbed Border Color

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

This div border color is #6dfbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfbed


Comments

No comments written yet.

Please login to write comment.