Color Hex Logo

#6ebefb Color Hex

#6EBEFB
(110,190,251)
0 Favorites   0 Comments

Color spaces of #6ebefb

RGB 110190251
HSL0.570.950.71
HSV206°56°98°
CMYK 0.560.240.00   0.02
XYZ42.256447.106998.1322
Yxy47.10690.22540.2512
Hunter Lab68.6345-10.2127-36.7275
CIE-Lab74.2581-7.4321-37.5707

#6ebefb color RGB value is (110,190,251).

#6ebefb hex color red value is 110, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6ebefb hue: 0.57 , saturation: 0.95 and the lightness value of 6ebefb is 0.71.

The process color (four color CMYK) of #6ebefb color hex is 0.56, 0.24, 0.00, 0.02. Web safe color of #6ebefb is #66ccff. Color #6ebefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111110 11111011
Octal 156 276 373
Decimal 110 190 251
Hex 6E BE FB

RGB Percentages of Color #6ebefb

%19.96
%34.48
%45.55

CMYK Percentages of Color #6ebefb

%56
%24
%0
%2

Triadic Colors of #6ebefb

#6ebefb #fb6ebe #befb6e

Analogous Colors of #6ebefb

#6ebefb #6e78fb #6efbf2

Monochromatic Colors of #6ebefb

#6ebefb

Complementary Color

#6ebefb #fbab6e

#6ebefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebefb Color CSS Codes

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

#6ebefb Text Font Color

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

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


#6ebefb Background Color

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

This div background color is #6ebefb


#6ebefb Border Color

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

This div border color is #6ebefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebefb


Comments

No comments written yet.

Please login to write comment.