Color Hex Logo

#6eeffd Color Hex

#6EEFFD
(110,239,253)
0 Favorites   0 Comments

Color spaces of #6eeffd

RGB 110239253
HSL0.520.970.71
HSV186°57°99°
CMYK 0.570.060.00   0.01
XYZ55.026572.1398103.9527
Yxy72.13980.23810.3121
Hunter Lab84.9352-32.9926-13.1108
CIE-Lab88.0358-31.7070-17.5624

#6eeffd color RGB value is (110,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101111 11111101
Octal 156 357 375
Decimal 110 239 253
Hex 6E EF FD

RGB Percentages of Color #6eeffd

%18.27
%39.70
%42.03

CMYK Percentages of Color #6eeffd

%57
%6
%0
%1

Triadic Colors of #6eeffd

#6eeffd #fd6eef #effd6e

Analogous Colors of #6eeffd

#6eeffd #6ea8fd #6efdc4

Monochromatic Colors of #6eeffd

#6eeffd

Complementary Color

#6eeffd #fd7c6e

#6eeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeffd Color CSS Codes

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

#6eeffd Text Font Color

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

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


#6eeffd Background Color

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

This div background color is #6eeffd


#6eeffd Border Color

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

This div border color is #6eeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeffd


Comments

No comments written yet.

Please login to write comment.