Color Hex Logo

#6ad4cd Color Hex

#6AD4CD
(106,212,205)
0 Favorites   0 Comments

Color spaces of #6ad4cd

RGB 106212205
HSL0.490.550.62
HSV176°50°83°
CMYK 0.500.000.03   0.17
XYZ40.506854.558966.1536
Yxy54.55890.25130.3384
Hunter Lab73.8640-31.3731-1.3961
CIE-Lab78.7865-32.2923-5.9676

#6ad4cd color RGB value is (106,212,205).

#6ad4cd hex color red value is 106, green value is 212 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6ad4cd hue: 0.49 , saturation: 0.55 and the lightness value of 6ad4cd is 0.62.

The process color (four color CMYK) of #6ad4cd color hex is 0.50, 0.00, 0.03, 0.17. Web safe color of #6ad4cd is #66cccc. Color #6ad4cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11010100 11001101
Octal 152 324 315
Decimal 106 212 205
Hex 6A D4 CD

RGB Percentages of Color #6ad4cd

%20.27
%40.54
%39.20

CMYK Percentages of Color #6ad4cd

%50
%0
%3
%17

Triadic Colors of #6ad4cd

#6ad4cd #cd6ad4 #d4cd6a

Analogous Colors of #6ad4cd

#6ad4cd #6aa6d4 #6ad498

Monochromatic Colors of #6ad4cd

#6ad4cd

Complementary Color

#6ad4cd #d46a71

#6ad4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad4cd Color CSS Codes

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

#6ad4cd Text Font Color

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

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


#6ad4cd Background Color

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

This div background color is #6ad4cd


#6ad4cd Border Color

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

This div border color is #6ad4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad4cd


Comments

No comments written yet.

Please login to write comment.