Color Hex Logo

#6edbe8 Color Hex

#6EDBE8
(110,219,232)
0 Favorites   0 Comments

Color spaces of #6edbe8

RGB 110219232
HSL0.520.730.67
HSV186°53°91°
CMYK 0.530.060.00   0.09
XYZ46.327459.804285.4456
Yxy59.80420.24180.3122
Hunter Lab77.3332-28.4004-11.3764
CIE-Lab81.7316-27.7646-15.9732

#6edbe8 color RGB value is (110,219,232).

#6edbe8 hex color red value is 110, green value is 219 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #6edbe8 hue: 0.52 , saturation: 0.73 and the lightness value of 6edbe8 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011011 11101000
Octal 156 333 350
Decimal 110 219 232
Hex 6E DB E8

RGB Percentages of Color #6edbe8

%19.61
%39.04
%41.35

CMYK Percentages of Color #6edbe8

%53
%6
%0
%9

Triadic Colors of #6edbe8

#6edbe8 #e86edb #dbe86e

Analogous Colors of #6edbe8

#6edbe8 #6e9ee8 #6ee8b8

Monochromatic Colors of #6edbe8

#6edbe8

Complementary Color

#6edbe8 #e87b6e

#6edbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edbe8 Color CSS Codes

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

#6edbe8 Text Font Color

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

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


#6edbe8 Background Color

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

This div background color is #6edbe8


#6edbe8 Border Color

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

This div border color is #6edbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edbe8

#6edbe8 Color Palettes


Comments

No comments written yet.

Please login to write comment.