Color Hex Logo

#6dfefc Color Hex

#6DFEFC
(109,254,252)
0 Favorites   0 Comments

Color spaces of #6dfefc

RGB 109254252
HSL0.500.990.71
HSV179°57°100°
CMYK 0.570.000.01   0.00
XYZ59.319281.1631104.6351
Yxy81.16310.24200.3311
Hunter Lab90.0906-40.1270-5.7986
CIE-Lab92.2042-39.1079-10.8055

#6dfefc color RGB value is (109,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111110 11111100
Octal 155 376 374
Decimal 109 254 252
Hex 6D FE FC

RGB Percentages of Color #6dfefc

%17.72
%41.30
%40.98

CMYK Percentages of Color #6dfefc

%57
%0
%1
%0

Triadic Colors of #6dfefc

#6dfefc #fc6dfe #fefc6d

Analogous Colors of #6dfefc

#6dfefc #6db8fe #6dfeb4

Monochromatic Colors of #6dfefc

#6dfefc

Complementary Color

#6dfefc #fe6d6f

#6dfefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfefc Color CSS Codes

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

#6dfefc Text Font Color

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

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


#6dfefc Background Color

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

This div background color is #6dfefc


#6dfefc Border Color

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

This div border color is #6dfefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfefc

Related Colors


Comments

No comments written yet.

Please login to write comment.