Color Hex Logo

#6edeef Color Hex

#6EDEEF
(110,222,239)
0 Favorites   0 Comments

Color spaces of #6edeef

RGB 110222239
HSL0.520.800.68
HSV188°54°94°
CMYK 0.540.070.00   0.06
XYZ48.131761.789591.0511
Yxy61.78950.23950.3075
Hunter Lab78.6063-28.2631-13.6523
CIE-Lab82.8014-27.3319-18.0778

#6edeef color RGB value is (110,222,239).

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

The process color (four color CMYK) of #6edeef color hex is 0.54, 0.07, 0.00, 0.06. Web safe color of #6edeef is #66ccff. Color #6edeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011110 11101111
Octal 156 336 357
Decimal 110 222 239
Hex 6E DE EF

RGB Percentages of Color #6edeef

%19.26
%38.88
%41.86

CMYK Percentages of Color #6edeef

%54
%7
%0
%6

Triadic Colors of #6edeef

#6edeef #ef6ede #deef6e

Analogous Colors of #6edeef

#6edeef #6e9eef #6eefc0

Monochromatic Colors of #6edeef

#6edeef

Complementary Color

#6edeef #ef7f6e

#6edeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edeef Color CSS Codes

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

#6edeef Text Font Color

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

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


#6edeef Background Color

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

This div background color is #6edeef


#6edeef Border Color

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

This div border color is #6edeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edeef


Comments

No comments written yet.

Please login to write comment.