Color Hex Logo

#6dfefa Color Hex

#6DFEFA
(109,254,250)
0 Favorites   0 Comments

Color spaces of #6dfefa

RGB 109254250
HSL0.500.990.71
HSV178°57°100°
CMYK 0.570.000.02   0.00
XYZ59.003881.0370102.9744
Yxy81.03700.24280.3335
Hunter Lab90.0206-40.5385-4.8074
CIE-Lab92.1482-39.6249-9.8525

#6dfefa color RGB value is (109,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111110 11111010
Octal 155 376 372
Decimal 109 254 250
Hex 6D FE FA

RGB Percentages of Color #6dfefa

%17.78
%41.44
%40.78

CMYK Percentages of Color #6dfefa

%57
%0
%2
%0

Triadic Colors of #6dfefa

#6dfefa #fa6dfe #fefa6d

Analogous Colors of #6dfefa

#6dfefa #6dbafe #6dfeb2

Monochromatic Colors of #6dfefa

#6dfefa

Complementary Color

#6dfefa #fe6d71

#6dfefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfefa Color CSS Codes

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

#6dfefa Text Font Color

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

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


#6dfefa Background Color

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

This div background color is #6dfefa


#6dfefa Border Color

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

This div border color is #6dfefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfefa

Related Colors


Comments

No comments written yet.

Please login to write comment.