Color Hex Logo

#6eaffc Color Hex

#6EAFFC
(110,175,252)
0 Favorites   0 Comments

Color spaces of #6eaffc

RGB 110175252
HSL0.590.960.71
HSV213°56°99°
CMYK 0.560.310.00   0.01
XYZ39.331141.003297.9369
Yxy41.00320.22060.2300
Hunter Lab64.0337-2.4200-45.8579
CIE-Lab70.17821.1364-44.4769

#6eaffc color RGB value is (110,175,252).

#6eaffc hex color red value is 110, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6eaffc hue: 0.59 , saturation: 0.96 and the lightness value of 6eaffc is 0.71.

The process color (four color CMYK) of #6eaffc color hex is 0.56, 0.31, 0.00, 0.01. Web safe color of #6eaffc is #6699ff. Color #6eaffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 11111100
Octal 156 257 374
Decimal 110 175 252
Hex 6E AF FC

RGB Percentages of Color #6eaffc

%20.48
%32.59
%46.93

CMYK Percentages of Color #6eaffc

%56
%31
%0
%1

Triadic Colors of #6eaffc

#6eaffc #fc6eaf #affc6e

Analogous Colors of #6eaffc

#6eaffc #746efc #6ef6fc

Monochromatic Colors of #6eaffc

#6eaffc

Complementary Color

#6eaffc #fcbb6e

#6eaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaffc Color CSS Codes

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

#6eaffc Text Font Color

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

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


#6eaffc Background Color

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

This div background color is #6eaffc


#6eaffc Border Color

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

This div border color is #6eaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaffc

Related Colors


Comments

No comments written yet.

Please login to write comment.