Color Hex Logo

#6eafbe Color Hex

#6EAFBE
(110,175,190)
0 Favorites   0 Comments

Color spaces of #6eafbe

RGB 110175190
HSL0.530.380.59
HSV191°42°75°
CMYK 0.420.080.00   0.25
XYZ31.054637.692654.3539
Yxy37.69260.25230.3062
Hunter Lab61.3943-17.1508-9.5149
CIE-Lab67.7934-16.8029-14.1835

#6eafbe color RGB value is (110,175,190).

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

The process color (four color CMYK) of #6eafbe color hex is 0.42, 0.08, 0.00, 0.25. Web safe color of #6eafbe is #6699cc. Color #6eafbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 10111110
Octal 156 257 276
Decimal 110 175 190
Hex 6E AF BE

RGB Percentages of Color #6eafbe

%23.16
%36.84
%40.00

CMYK Percentages of Color #6eafbe

%42
%8
%0
%25

Triadic Colors of #6eafbe

#6eafbe #be6eaf #afbe6e

Analogous Colors of #6eafbe

#6eafbe #6e87be #6ebea5

Monochromatic Colors of #6eafbe

#6eafbe

Complementary Color

#6eafbe #be7d6e

#6eafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eafbe Color CSS Codes

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

#6eafbe Text Font Color

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

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


#6eafbe Background Color

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

This div background color is #6eafbe


#6eafbe Border Color

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

This div border color is #6eafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eafbe


Comments

No comments written yet.

Please login to write comment.