Color Hex Logo

#6eaeec Color Hex

#6EAEEC
(110,174,236)
0 Favorites   0 Comments

Color spaces of #6eaeec

RGB 110174236
HSL0.580.770.68
HSV210°53°93°
CMYK 0.530.260.00   0.07
XYZ36.706839.643285.0741
Yxy39.64320.22740.2456
Hunter Lab62.9628-6.1210-36.0374
CIE-Lab69.2146-3.1888-37.2865

#6eaeec color RGB value is (110,174,236).

#6eaeec hex color red value is 110, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6eaeec hue: 0.58 , saturation: 0.77 and the lightness value of 6eaeec is 0.68.

The process color (four color CMYK) of #6eaeec color hex is 0.53, 0.26, 0.00, 0.07. Web safe color of #6eaeec is #6699ff. Color #6eaeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 11101100
Octal 156 256 354
Decimal 110 174 236
Hex 6E AE EC

RGB Percentages of Color #6eaeec

%21.15
%33.46
%45.38

CMYK Percentages of Color #6eaeec

%53
%26
%0
%7

Triadic Colors of #6eaeec

#6eaeec #ec6eae #aeec6e

Analogous Colors of #6eaeec

#6eaeec #6e6fec #6eeceb

Monochromatic Colors of #6eaeec

#6eaeec

Complementary Color

#6eaeec #ecac6e

#6eaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaeec Color CSS Codes

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

#6eaeec Text Font Color

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

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


#6eaeec Background Color

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

This div background color is #6eaeec


#6eaeec Border Color

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

This div border color is #6eaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaeec


Comments

No comments written yet.

Please login to write comment.