Color Hex Logo

#6edcef Color Hex

#6EDCEF
(110,220,239)
0 Favorites   0 Comments

Color spaces of #6edcef

RGB 110220239
HSL0.520.800.68
HSV189°54°94°
CMYK 0.540.080.00   0.06
XYZ47.603660.733490.8751
Yxy60.73340.23900.3049
Hunter Lab77.9316-27.3458-14.5852
CIE-Lab82.2352-26.3545-18.9324

#6edcef color RGB value is (110,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011100 11101111
Octal 156 334 357
Decimal 110 220 239
Hex 6E DC EF

RGB Percentages of Color #6edcef

%19.33
%38.66
%42.00

CMYK Percentages of Color #6edcef

%54
%8
%0
%6

Triadic Colors of #6edcef

#6edcef #ef6edc #dcef6e

Analogous Colors of #6edcef

#6edcef #6e9cef #6eefc2

Monochromatic Colors of #6edcef

#6edcef

Complementary Color

#6edcef #ef816e

#6edcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edcef Color CSS Codes

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

#6edcef Text Font Color

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

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


#6edcef Background Color

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

This div background color is #6edcef


#6edcef Border Color

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

This div border color is #6edcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edcef


Comments

No comments written yet.

Please login to write comment.