Color Hex Logo

#6eedfd Color Hex

#6EEDFD
(110,237,253)
0 Favorites   0 Comments

Color spaces of #6eedfd

RGB 110237253
HSL0.520.970.71
HSV187°57°99°
CMYK 0.570.060.00   0.01
XYZ54.444270.9752103.7586
Yxy70.97520.23760.3097
Hunter Lab84.2468-32.0768-14.0490
CIE-Lab87.4730-30.7559-18.4102

#6eedfd color RGB value is (110,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101101 11111101
Octal 156 355 375
Decimal 110 237 253
Hex 6E ED FD

RGB Percentages of Color #6eedfd

%18.33
%39.50
%42.17

CMYK Percentages of Color #6eedfd

%57
%6
%0
%1

Triadic Colors of #6eedfd

#6eedfd #fd6eed #edfd6e

Analogous Colors of #6eedfd

#6eedfd #6ea6fd #6efdc6

Monochromatic Colors of #6eedfd

#6eedfd

Complementary Color

#6eedfd #fd7e6e

#6eedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eedfd Color CSS Codes

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

#6eedfd Text Font Color

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

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


#6eedfd Background Color

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

This div background color is #6eedfd


#6eedfd Border Color

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

This div border color is #6eedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eedfd


Comments

No comments written yet.

Please login to write comment.