Color Hex Logo

#6dfbea Color Hex

#6DFBEA
(109,251,234)
0 Favorites   0 Comments

Color spaces of #6dfbea

RGB 109251234
HSL0.480.950.71
HSV173°57°98°
CMYK 0.570.000.07   0.02
XYZ55.655178.186190.0000
Yxy78.18610.24860.3493
Hunter Lab88.4229-42.38871.5485
CIE-Lab90.8648-42.3198-3.4475

#6dfbea color RGB value is (109,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111011 11101010
Octal 155 373 352
Decimal 109 251 234
Hex 6D FB EA

RGB Percentages of Color #6dfbea

%18.35
%42.26
%39.39

CMYK Percentages of Color #6dfbea

%57
%0
%7
%2

Triadic Colors of #6dfbea

#6dfbea #ea6dfb #fbea6d

Analogous Colors of #6dfbea

#6dfbea #6dc5fb #6dfba3

Monochromatic Colors of #6dfbea

#6dfbea

Complementary Color

#6dfbea #fb6d7e

#6dfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfbea Color CSS Codes

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

#6dfbea Text Font Color

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

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


#6dfbea Background Color

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

This div background color is #6dfbea


#6dfbea Border Color

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

This div border color is #6dfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfbea


Comments

No comments written yet.

Please login to write comment.