Color Hex Logo

#6adbae Color Hex

#6ADBAE
(106,219,174)
0 Favorites   0 Comments

Color spaces of #6adbae

RGB 106219174
HSL0.430.610.64
HSV156°52°86°
CMYK 0.520.000.21   0.14
XYZ38.915456.783248.9536
Yxy56.78320.26900.3925
Hunter Lab75.3546-39.687814.2309
CIE-Lab80.0575-42.764212.4001

#6adbae color RGB value is (106,219,174).

#6adbae hex color red value is 106, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6adbae hue: 0.43 , saturation: 0.61 and the lightness value of 6adbae is 0.64.

The process color (four color CMYK) of #6adbae color hex is 0.52, 0.00, 0.21, 0.14. Web safe color of #6adbae is #66cc99. Color #6adbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011011 10101110
Octal 152 333 256
Decimal 106 219 174
Hex 6A DB AE

RGB Percentages of Color #6adbae

%21.24
%43.89
%34.87

CMYK Percentages of Color #6adbae

%52
%0
%21
%14

Triadic Colors of #6adbae

#6adbae #ae6adb #dbae6a

Analogous Colors of #6adbae

#6adbae #6ad0db #6adb76

Monochromatic Colors of #6adbae

#6adbae

Complementary Color

#6adbae #db6a97

#6adbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adbae Color CSS Codes

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

#6adbae Text Font Color

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

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


#6adbae Background Color

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

This div background color is #6adbae


#6adbae Border Color

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

This div border color is #6adbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adbae


Comments

No comments written yet.

Please login to write comment.