Color Hex Logo

#6abebb Color Hex

#6ABEBB
(106,190,187)
0 Favorites   0 Comments

Color spaces of #6abebb

RGB 106190187
HSL0.490.390.58
HSV178°44°75°
CMYK 0.440.000.02   0.25
XYZ33.327043.478953.6495
Yxy43.47890.25550.3333
Hunter Lab65.9385-25.1740-2.0831
CIE-Lab71.8788-26.2094-6.4514

#6abebb color RGB value is (106,190,187).

#6abebb hex color red value is 106, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6abebb hue: 0.49 , saturation: 0.39 and the lightness value of 6abebb is 0.58.

The process color (four color CMYK) of #6abebb color hex is 0.44, 0.00, 0.02, 0.25. Web safe color of #6abebb is #66cccc. Color #6abebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 10111011
Octal 152 276 273
Decimal 106 190 187
Hex 6A BE BB

RGB Percentages of Color #6abebb

%21.95
%39.34
%38.72

CMYK Percentages of Color #6abebb

%44
%0
%2
%25

Triadic Colors of #6abebb

#6abebb #bb6abe #bebb6a

Analogous Colors of #6abebb

#6abebb #6a97be #6abe91

Monochromatic Colors of #6abebb

#6abebb

Complementary Color

#6abebb #be6a6d

#6abebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abebb Color CSS Codes

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

#6abebb Text Font Color

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

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


#6abebb Background Color

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

This div background color is #6abebb


#6abebb Border Color

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

This div border color is #6abebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abebb


Comments

No comments written yet.

Please login to write comment.