Color Hex Logo

#6addba Color Hex

#6ADDBA
(106,221,186)
0 Favorites   0 Comments

Color spaces of #6addba

RGB 106221186
HSL0.450.630.64
HSV162°52°87°
CMYK 0.520.000.16   0.13
XYZ40.663258.322255.5685
Yxy58.32220.26310.3774
Hunter Lab76.3690-38.602110.3170
CIE-Lab80.9176-40.99447.2713

#6addba color RGB value is (106,221,186).

#6addba hex color red value is 106, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6addba hue: 0.45 , saturation: 0.63 and the lightness value of 6addba is 0.64.

The process color (four color CMYK) of #6addba color hex is 0.52, 0.00, 0.16, 0.13. Web safe color of #6addba is #66cccc. Color #6addba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011101 10111010
Octal 152 335 272
Decimal 106 221 186
Hex 6A DD BA

RGB Percentages of Color #6addba

%20.66
%43.08
%36.26

CMYK Percentages of Color #6addba

%52
%0
%16
%13

Triadic Colors of #6addba

#6addba #ba6add #ddba6a

Analogous Colors of #6addba

#6addba #6ac7dd #6add81

Monochromatic Colors of #6addba

#6addba

Complementary Color

#6addba #dd6a8d

#6addba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6addba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6addba Color CSS Codes

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

#6addba Text Font Color

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

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


#6addba Background Color

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

This div background color is #6addba


#6addba Border Color

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

This div border color is #6addba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6addba


Comments

No comments written yet.

Please login to write comment.