Color Hex Logo

#6dfbce Color Hex

#6DFBCE
(109,251,206)
0 Favorites   0 Comments

Color spaces of #6dfbce

RGB 109251206
HSL0.450.950.71
HSV161°57°98°
CMYK 0.570.000.18   0.02
XYZ51.944476.701870.4597
Yxy76.70180.26090.3852
Hunter Lab87.5796-47.393913.6056
CIE-Lab90.1842-48.897510.0852

#6dfbce color RGB value is (109,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111011 11001110
Octal 155 373 316
Decimal 109 251 206
Hex 6D FB CE

RGB Percentages of Color #6dfbce

%19.26
%44.35
%36.40

CMYK Percentages of Color #6dfbce

%57
%0
%18
%2

Triadic Colors of #6dfbce

#6dfbce #ce6dfb #fbce6d

Analogous Colors of #6dfbce

#6dfbce #6de1fb #6dfb87

Monochromatic Colors of #6dfbce

#6dfbce

Complementary Color

#6dfbce #fb6d9a

#6dfbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfbce Color CSS Codes

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

#6dfbce Text Font Color

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

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


#6dfbce Background Color

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

This div background color is #6dfbce


#6dfbce Border Color

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

This div border color is #6dfbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfbce

Related Colors


Comments

No comments written yet.

Please login to write comment.