Color Hex Logo

#6addbd Color Hex

#6ADDBD
(106,221,189)
0 Favorites   0 Comments

Color spaces of #6addbd

RGB 106221189
HSL0.450.630.64
HSV163°52°87°
CMYK 0.520.000.14   0.13
XYZ40.985658.451257.2662
Yxy58.45120.26150.3730
Hunter Lab76.4534-38.10209.1071
CIE-Lab80.9890-40.30915.7830

#6addbd color RGB value is (106,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011101 10111101
Octal 152 335 275
Decimal 106 221 189
Hex 6A DD BD

RGB Percentages of Color #6addbd

%20.54
%42.83
%36.63

CMYK Percentages of Color #6addbd

%52
%0
%14
%13

Triadic Colors of #6addbd

#6addbd #bd6add #ddbd6a

Analogous Colors of #6addbd

#6addbd #6ac4dd #6add84

Monochromatic Colors of #6addbd

#6addbd

Complementary Color

#6addbd #dd6a8a

#6addbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6addbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6addbd Color CSS Codes

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

#6addbd Text Font Color

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

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


#6addbd Background Color

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

This div background color is #6addbd


#6addbd Border Color

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

This div border color is #6addbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6addbd


Comments

No comments written yet.

Please login to write comment.