Color Hex Logo

#6efefd Color Hex

#6EFEFD
(110,254,253)
0 Favorites   0 Comments

Color spaces of #6efefd

RGB 110254253
HSL0.500.990.71
HSV180°57°100°
CMYK 0.570.000.00   0.00
XYZ59.601881.2905105.4778
Yxy81.29050.24190.3300
Hunter Lab90.1612-39.7833-6.2493
CIE-Lab92.2608-38.6744-11.2364

#6efefd color RGB value is (110,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111110 11111101
Octal 156 376 375
Decimal 110 254 253
Hex 6E FE FD

RGB Percentages of Color #6efefd

%17.83
%41.17
%41.00

CMYK Percentages of Color #6efefd

%57
%0
%0
%0

Triadic Colors of #6efefd

#6efefd #fd6efe #fefd6e

Analogous Colors of #6efefd

#6efefd #6eb7fe #6efeb5

Monochromatic Colors of #6efefd

#6efefd

Complementary Color

#6efefd #fe6e6f

#6efefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efefd Color CSS Codes

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

#6efefd Text Font Color

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

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


#6efefd Background Color

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

This div background color is #6efefd


#6efefd Border Color

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

This div border color is #6efefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efefd


Comments

No comments written yet.

Please login to write comment.