Color Hex Logo

#6eb4ff Color Hex

#6EB4FF
(110,180,255)
0 Favorites   0 Comments

Color spaces of #6eb4ff

RGB 110180255
HSL0.591.000.72
HSV211°57°100°
CMYK 0.570.290.00   0.00
XYZ40.801743.1775100.7914
Yxy43.17750.22080.2337
Hunter Lab65.7096-4.1540-44.9477
CIE-Lab71.6753-0.7296-43.7534

#6eb4ff color RGB value is (110,180,255).

#6eb4ff hex color red value is 110, green value is 180 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6eb4ff hue: 0.59 , saturation: 1.00 and the lightness value of 6eb4ff is 0.72.

The process color (four color CMYK) of #6eb4ff color hex is 0.57, 0.29, 0.00, 0.00. Web safe color of #6eb4ff is #66ccff. Color #6eb4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10110100 11111111
Octal 156 264 377
Decimal 110 180 255
Hex 6E B4 FF

RGB Percentages of Color #6eb4ff

%20.18
%33.03
%46.79

CMYK Percentages of Color #6eb4ff

%57
%29
%0
%0

Triadic Colors of #6eb4ff

#6eb4ff #ff6eb4 #b4ff6e

Analogous Colors of #6eb4ff

#6eb4ff #716eff #6efdff

Monochromatic Colors of #6eb4ff

#6eb4ff

Complementary Color

#6eb4ff #ffb96e

#6eb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eb4ff Color CSS Codes

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

#6eb4ff Text Font Color

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

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


#6eb4ff Background Color

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

This div background color is #6eb4ff


#6eb4ff Border Color

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

This div border color is #6eb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eb4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.