color codes Logo

#6eaae5 color codes

#6EAAE5
(110,170,229)
0 Favorites   0 Comments

Color spaces of #6eaae5

RGB 110170229
HSL0.580.700.66
HSV210°52°90°
CMYK 0.520.260.00   0.10
XYZ34.948037.721679.5678
Yxy37.72160.22960.2478
Hunter Lab61.4179-5.9113-33.8185
CIE-Lab67.8149-3.0665-35.6366

#6eaae5 color RGB value is (110,170,229).

#6eaae5 hex color red value is 110, green value is 170 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #6eaae5 hue: 0.58 , saturation: 0.70 and the lightness value of 6eaae5 is 0.66.

The process color (four color CMYK) of #6eaae5 color code is 0.52, 0.26, 0.00, 0.10. Web safe color of #6eaae5 is #6699cc. Color #6eaae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101010 11100101
Octal 156 252 345
Decimal 110 170 229
Hex 6E AA E5

RGB Percentages of Color #6eaae5

%21.61
%33.40
%44.99

CMYK Percentages of Color #6eaae5

%52
%26
%0
%10

Triadic Colors of #6eaae5

#6eaae5 #e56eaa #aae56e

Analogous Colors of #6eaae5

#6eaae5 #6e6fe5 #6ee5e5

Monochromatic Colors of #6eaae5

#6eaae5

Complementary Color

#6eaae5 #e5a96e

#6eaae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaae5 Color CSS Codes

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

#6eaae5 Text Font Color

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

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


#6eaae5 Background Color

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

This div background color is #6eaae5


#6eaae5 Border Color

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

This div border color is #6eaae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaae5


Comments

No comments written yet.

Please login to write comment.