Color Hex Logo

#6ebbfa Color Hex

#6EBBFA
(110,187,250)
0 Favorites   0 Comments

Color spaces of #6ebbfa

RGB 110187250
HSL0.580.930.71
HSV207°56°98°
CMYK 0.560.250.00   0.02
XYZ41.456145.757897.0896
Yxy45.75780.22490.2483
Hunter Lab67.6445-8.9837-37.7473
CIE-Lab73.3881-6.1066-38.3841

#6ebbfa color RGB value is (110,187,250).

#6ebbfa hex color red value is 110, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6ebbfa hue: 0.58 , saturation: 0.93 and the lightness value of 6ebbfa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111011 11111010
Octal 156 273 372
Decimal 110 187 250
Hex 6E BB FA

RGB Percentages of Color #6ebbfa

%20.11
%34.19
%45.70

CMYK Percentages of Color #6ebbfa

%56
%25
%0
%2

Triadic Colors of #6ebbfa

#6ebbfa #fa6ebb #bbfa6e

Analogous Colors of #6ebbfa

#6ebbfa #6e75fa #6efaf3

Monochromatic Colors of #6ebbfa

#6ebbfa

Complementary Color

#6ebbfa #faad6e

#6ebbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebbfa Color CSS Codes

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

#6ebbfa Text Font Color

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

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


#6ebbfa Background Color

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

This div background color is #6ebbfa


#6ebbfa Border Color

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

This div border color is #6ebbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebbfa


Comments

No comments written yet.

Please login to write comment.