Color Hex Logo

#6addcc Color Hex

#6ADDCC
(106,221,204)
0 Favorites   0 Comments

Color spaces of #6addcc

RGB 106221204
HSL0.480.630.64
HSV171°52°87°
CMYK 0.520.000.08   0.13
XYZ42.699459.136766.2908
Yxy59.13670.25400.3517
Hunter Lab76.9004-35.46252.7202
CIE-Lab81.3667-36.7436-1.6361

#6addcc color RGB value is (106,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011101 11001100
Octal 152 335 314
Decimal 106 221 204
Hex 6A DD CC

RGB Percentages of Color #6addcc

%19.96
%41.62
%38.42

CMYK Percentages of Color #6addcc

%52
%0
%8
%13

Triadic Colors of #6addcc

#6addcc #cc6add #ddcc6a

Analogous Colors of #6addcc

#6addcc #6ab5dd #6add93

Monochromatic Colors of #6addcc

#6addcc

Complementary Color

#6addcc #dd6a7b

#6addcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6addcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6addcc Color CSS Codes

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

#6addcc Text Font Color

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

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


#6addcc Background Color

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

This div background color is #6addcc


#6addcc Border Color

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

This div border color is #6addcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6addcc


Comments

No comments written yet.

Please login to write comment.