Color Hex Logo

#6eeefd Color Hex

#6EEEFD
(110,238,253)
0 Favorites   0 Comments

Color spaces of #6eeefd

RGB 110238253
HSL0.520.970.71
HSV186°57°99°
CMYK 0.570.060.00   0.01
XYZ54.734671.5559103.8554
Yxy71.55590.23780.3109
Hunter Lab84.5907-32.5350-13.5792
CIE-Lab87.7544-31.2320-17.9862

#6eeefd color RGB value is (110,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101110 11111101
Octal 156 356 375
Decimal 110 238 253
Hex 6E EE FD

RGB Percentages of Color #6eeefd

%18.30
%39.60
%42.10

CMYK Percentages of Color #6eeefd

%57
%6
%0
%1

Triadic Colors of #6eeefd

#6eeefd #fd6eee #eefd6e

Analogous Colors of #6eeefd

#6eeefd #6ea7fd #6efdc5

Monochromatic Colors of #6eeefd

#6eeefd

Complementary Color

#6eeefd #fd7d6e

#6eeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeefd Color CSS Codes

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

#6eeefd Text Font Color

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

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


#6eeefd Background Color

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

This div background color is #6eeefd


#6eeefd Border Color

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

This div border color is #6eeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeefd


Comments

No comments written yet.

Please login to write comment.