Color Hex Logo

#6eabbe Color Hex

#6EABBE
(110,171,190)
0 Favorites   0 Comments

Color spaces of #6eabbe

RGB 110171190
HSL0.540.380.59
HSV194°42°75°
CMYK 0.420.100.00   0.25
XYZ30.287636.158554.0982
Yxy36.15850.25130.3000
Hunter Lab60.1319-15.3230-11.2484
CIE-Lab66.6409-14.6937-15.9215

#6eabbe color RGB value is (110,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101011 10111110
Octal 156 253 276
Decimal 110 171 190
Hex 6E AB BE

RGB Percentages of Color #6eabbe

%23.35
%36.31
%40.34

CMYK Percentages of Color #6eabbe

%42
%10
%0
%25

Triadic Colors of #6eabbe

#6eabbe #be6eab #abbe6e

Analogous Colors of #6eabbe

#6eabbe #6e83be #6ebea9

Monochromatic Colors of #6eabbe

#6eabbe

Complementary Color

#6eabbe #be816e

#6eabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eabbe Color CSS Codes

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

#6eabbe Text Font Color

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

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


#6eabbe Background Color

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

This div background color is #6eabbe


#6eabbe Border Color

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

This div border color is #6eabbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,171,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 #6eabbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eabbe


Comments

No comments written yet.

Please login to write comment.