Color Hex Logo

#6addca Color Hex

#6ADDCA
(106,221,202)
0 Favorites   0 Comments

Color spaces of #6addca

RGB 106221202
HSL0.470.630.64
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ42.461059.041365.0353
Yxy59.04130.25500.3545
Hunter Lab76.8383-35.82773.6043
CIE-Lab81.3143-37.2318-0.6494

#6addca color RGB value is (106,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011101 11001010
Octal 152 335 312
Decimal 106 221 202
Hex 6A DD CA

RGB Percentages of Color #6addca

%20.04
%41.78
%38.19

CMYK Percentages of Color #6addca

%52
%0
%9
%13

Triadic Colors of #6addca

#6addca #ca6add #ddca6a

Analogous Colors of #6addca

#6addca #6ab7dd #6add91

Monochromatic Colors of #6addca

#6addca

Complementary Color

#6addca #dd6a7d

#6addca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6addca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6addca Color CSS Codes

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

#6addca Text Font Color

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

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


#6addca Background Color

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

This div background color is #6addca


#6addca Border Color

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

This div border color is #6addca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6addca


Comments

No comments written yet.

Please login to write comment.