Color Hex Logo

#6abeb4 Color Hex

#6ABEB4
(106,190,180)
0 Favorites   0 Comments

Color spaces of #6abeb4

RGB 106190180
HSL0.480.390.58
HSV173°44°75°
CMYK 0.440.000.05   0.25
XYZ32.595543.186449.7979
Yxy43.18640.25960.3439
Hunter Lab65.7164-26.46711.0733
CIE-Lab71.6813-27.9568-2.9174

#6abeb4 color RGB value is (106,190,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 10110100
Octal 152 276 264
Decimal 106 190 180
Hex 6A BE B4

RGB Percentages of Color #6abeb4

%22.27
%39.92
%37.82

CMYK Percentages of Color #6abeb4

%44
%0
%5
%25

Triadic Colors of #6abeb4

#6abeb4 #b46abe #beb46a

Analogous Colors of #6abeb4

#6abeb4 #6a9ebe #6abe8a

Monochromatic Colors of #6abeb4

#6abeb4

Complementary Color

#6abeb4 #be6a74

#6abeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abeb4 Color CSS Codes

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

#6abeb4 Text Font Color

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

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


#6abeb4 Background Color

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

This div background color is #6abeb4


#6abeb4 Border Color

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

This div border color is #6abeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abeb4


Comments

No comments written yet.

Please login to write comment.