Color Hex Logo

#6efafd Color Hex

#6EFAFD
(110,250,253)
0 Favorites   0 Comments

Color spaces of #6efafd

RGB 110250253
HSL0.500.970.71
HSV181°57°99°
CMYK 0.570.010.00   0.01
XYZ58.345678.7781105.0591
Yxy78.77810.24090.3253
Hunter Lab88.7570-37.9855-8.0499
CIE-Lab91.1338-36.8446-12.9173

#6efafd color RGB value is (110,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111010 11111101
Octal 156 372 375
Decimal 110 250 253
Hex 6E FA FD

RGB Percentages of Color #6efafd

%17.94
%40.78
%41.27

CMYK Percentages of Color #6efafd

%57
%1
%0
%1

Triadic Colors of #6efafd

#6efafd #fd6efa #fafd6e

Analogous Colors of #6efafd

#6efafd #6eb3fd #6efdb9

Monochromatic Colors of #6efafd

#6efafd

Complementary Color

#6efafd #fd716e

#6efafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efafd Color CSS Codes

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

#6efafd Text Font Color

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

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


#6efafd Background Color

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

This div background color is #6efafd


#6efafd Border Color

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

This div border color is #6efafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efafd


Comments

No comments written yet.

Please login to write comment.