Color Hex Logo

#6dfcdb Color Hex

#6DFCDB
(109,252,219)
0 Favorites   0 Comments

Color spaces of #6dfcdb

RGB 109252219
HSL0.460.960.71
HSV166°57°99°
CMYK 0.570.000.13   0.01
XYZ53.903377.986579.2297
Yxy77.98650.25530.3694
Hunter Lab88.3100-45.58838.6233
CIE-Lab90.7737-46.36324.2031

#6dfcdb color RGB value is (109,252,219).

#6dfcdb hex color red value is 109, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6dfcdb hue: 0.46 , saturation: 0.96 and the lightness value of 6dfcdb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111100 11011011
Octal 155 374 333
Decimal 109 252 219
Hex 6D FC DB

RGB Percentages of Color #6dfcdb

%18.79
%43.45
%37.76

CMYK Percentages of Color #6dfcdb

%57
%0
%13
%1

Triadic Colors of #6dfcdb

#6dfcdb #db6dfc #fcdb6d

Analogous Colors of #6dfcdb

#6dfcdb #6dd6fc #6dfc94

Monochromatic Colors of #6dfcdb

#6dfcdb

Complementary Color

#6dfcdb #fc6d8e

#6dfcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfcdb Color CSS Codes

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

#6dfcdb Text Font Color

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

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


#6dfcdb Background Color

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

This div background color is #6dfcdb


#6dfcdb Border Color

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

This div border color is #6dfcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.