Color Hex Logo

#6ebedb Color Hex

#6EBEDB
(110,190,219)
0 Favorites   0 Comments

Color spaces of #6ebedb

RGB 110190219
HSL0.540.600.65
HSV196°50°86°
CMYK 0.500.130.00   0.14
XYZ37.630045.256473.7699
Yxy45.25640.24020.2889
Hunter Lab67.2729-17.8811-17.9250
CIE-Lab73.0604-16.7380-22.1063

#6ebedb color RGB value is (110,190,219).

#6ebedb hex color red value is 110, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6ebedb hue: 0.54 , saturation: 0.60 and the lightness value of 6ebedb is 0.65.

The process color (four color CMYK) of #6ebedb color hex is 0.50, 0.13, 0.00, 0.14. Web safe color of #6ebedb is #66cccc. Color #6ebedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111110 11011011
Octal 156 276 333
Decimal 110 190 219
Hex 6E BE DB

RGB Percentages of Color #6ebedb

%21.19
%36.61
%42.20

CMYK Percentages of Color #6ebedb

%50
%13
%0
%14

Triadic Colors of #6ebedb

#6ebedb #db6ebe #bedb6e

Analogous Colors of #6ebedb

#6ebedb #6e88db #6edbc2

Monochromatic Colors of #6ebedb

#6ebedb

Complementary Color

#6ebedb #db8b6e

#6ebedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebedb Color CSS Codes

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

#6ebedb Text Font Color

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

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


#6ebedb Background Color

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

This div background color is #6ebedb


#6ebedb Border Color

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

This div border color is #6ebedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebedb


Comments

No comments written yet.

Please login to write comment.