Color Hex Logo

#6dfced Color Hex

#6DFCED
(109,252,237)
0 Favorites   0 Comments

Color spaces of #6dfced

RGB 109252237
HSL0.480.960.71
HSV174°57°99°
CMYK 0.570.000.06   0.01
XYZ56.403178.986492.3939
Yxy78.98640.24760.3468
Hunter Lab88.8743-42.24690.5740
CIE-Lab91.2281-42.0204-4.4706

#6dfced color RGB value is (109,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111100 11101101
Octal 155 374 355
Decimal 109 252 237
Hex 6D FC ED

RGB Percentages of Color #6dfced

%18.23
%42.14
%39.63

CMYK Percentages of Color #6dfced

%57
%0
%6
%1

Triadic Colors of #6dfced

#6dfced #ed6dfc #fced6d

Analogous Colors of #6dfced

#6dfced #6dc4fc #6dfca6

Monochromatic Colors of #6dfced

#6dfced

Complementary Color

#6dfced #fc6d7c

#6dfced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfced Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfced Color CSS Codes

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

#6dfced Text Font Color

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

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


#6dfced Background Color

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

This div background color is #6dfced


#6dfced Border Color

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

This div border color is #6dfced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfced


Comments

No comments written yet.

Please login to write comment.