Color Hex Logo

#6eabbf Color Hex

#6EABBF
(110,171,191)
0 Favorites   0 Comments

Color spaces of #6eabbf

RGB 110171191
HSL0.540.390.59
HSV195°42°75°
CMYK 0.420.100.00   0.25
XYZ30.397336.202454.6759
Yxy36.20240.25060.2985
Hunter Lab60.1684-15.1159-11.7598
CIE-Lab66.6743-14.4260-16.4257

#6eabbf color RGB value is (110,171,191).

#6eabbf hex color red value is 110, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6eabbf hue: 0.54 , saturation: 0.39 and the lightness value of 6eabbf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101011 10111111
Octal 156 253 277
Decimal 110 171 191
Hex 6E AB BF

RGB Percentages of Color #6eabbf

%23.31
%36.23
%40.47

CMYK Percentages of Color #6eabbf

%42
%10
%0
%25

Triadic Colors of #6eabbf

#6eabbf #bf6eab #abbf6e

Analogous Colors of #6eabbf

#6eabbf #6e83bf #6ebfab

Monochromatic Colors of #6eabbf

#6eabbf

Complementary Color

#6eabbf #bf826e

#6eabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eabbf Color CSS Codes

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

#6eabbf Text Font Color

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

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


#6eabbf Background Color

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

This div background color is #6eabbf


#6eabbf Border Color

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

This div border color is #6eabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eabbf


Comments

No comments written yet.

Please login to write comment.