Color Hex Logo

#6abcae Color Hex

#6ABCAE
(106,188,174)
0 Favorites   0 Comments

Color spaces of #6abcae

RGB 106188174
HSL0.470.380.58
HSV170°44°74°
CMYK 0.440.000.07   0.26
XYZ31.567142.086646.5042
Yxy42.08660.26270.3503
Hunter Lab64.8742-26.67362.9107
CIE-Lab70.9306-28.4410-0.7367

#6abcae color RGB value is (106,188,174).

#6abcae hex color red value is 106, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6abcae hue: 0.47 , saturation: 0.38 and the lightness value of 6abcae is 0.58.

The process color (four color CMYK) of #6abcae color hex is 0.44, 0.00, 0.07, 0.26. Web safe color of #6abcae is #66cc99. Color #6abcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 10101110
Octal 152 274 256
Decimal 106 188 174
Hex 6A BC AE

RGB Percentages of Color #6abcae

%22.65
%40.17
%37.18

CMYK Percentages of Color #6abcae

%44
%0
%7
%26

Triadic Colors of #6abcae

#6abcae #ae6abc #bcae6a

Analogous Colors of #6abcae

#6abcae #6aa1bc #6abc85

Monochromatic Colors of #6abcae

#6abcae

Complementary Color

#6abcae #bc6a78

#6abcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcae Color CSS Codes

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

#6abcae Text Font Color

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

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


#6abcae Background Color

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

This div background color is #6abcae


#6abcae Border Color

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

This div border color is #6abcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcae


Comments

No comments written yet.

Please login to write comment.