Color Hex Logo

#6ae5bd Color Hex

#6AE5BD
(106,229,189)
0 Favorites   0 Comments

Color spaces of #6ae5bd

RGB 106229189
HSL0.450.700.66
HSV160°54°90°
CMYK 0.540.000.17   0.10
XYZ43.148562.776957.9871
Yxy62.77690.26320.3830
Hunter Lab79.2319-41.447312.0700
CIE-Lab83.3249-43.84629.1358

#6ae5bd color RGB value is (106,229,189).

#6ae5bd hex color red value is 106, green value is 229 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6ae5bd hue: 0.45 , saturation: 0.70 and the lightness value of 6ae5bd is 0.66.

The process color (four color CMYK) of #6ae5bd color hex is 0.54, 0.00, 0.17, 0.10. Web safe color of #6ae5bd is #66cccc. Color #6ae5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100101 10111101
Octal 152 345 275
Decimal 106 229 189
Hex 6A E5 BD

RGB Percentages of Color #6ae5bd

%20.23
%43.70
%36.07

CMYK Percentages of Color #6ae5bd

%54
%0
%17
%10

Triadic Colors of #6ae5bd

#6ae5bd #bd6ae5 #e5bd6a

Analogous Colors of #6ae5bd

#6ae5bd #6ad0e5 #6ae580

Monochromatic Colors of #6ae5bd

#6ae5bd

Complementary Color

#6ae5bd #e56a92

#6ae5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae5bd Color CSS Codes

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

#6ae5bd Text Font Color

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

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


#6ae5bd Background Color

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

This div background color is #6ae5bd


#6ae5bd Border Color

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

This div border color is #6ae5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae5bd


Comments

No comments written yet.

Please login to write comment.