Color Hex Logo

#6adfcc Color Hex

#6ADFCC
(106,223,204)
0 Favorites   0 Comments

Color spaces of #6adfcc

RGB 106223204
HSL0.470.650.65
HSV170°52°87°
CMYK 0.520.000.09   0.13
XYZ43.230660.199266.4678
Yxy60.19920.25450.3543
Hunter Lab77.5881-36.32253.5195
CIE-Lab81.9463-37.6607-0.7874

#6adfcc color RGB value is (106,223,204).

#6adfcc hex color red value is 106, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6adfcc hue: 0.47 , saturation: 0.65 and the lightness value of 6adfcc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011111 11001100
Octal 152 337 314
Decimal 106 223 204
Hex 6A DF CC

RGB Percentages of Color #6adfcc

%19.89
%41.84
%38.27

CMYK Percentages of Color #6adfcc

%52
%0
%9
%13

Triadic Colors of #6adfcc

#6adfcc #cc6adf #dfcc6a

Analogous Colors of #6adfcc

#6adfcc #6ab8df #6adf92

Monochromatic Colors of #6adfcc

#6adfcc

Complementary Color

#6adfcc #df6a7d

#6adfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6adfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6adfcc Color CSS Codes

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

#6adfcc Text Font Color

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

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


#6adfcc Background Color

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

This div background color is #6adfcc


#6adfcc Border Color

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

This div border color is #6adfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6adfcc


Comments

No comments written yet.

Please login to write comment.