Color Hex Logo

#6acdb2 Color Hex

#6ACDB2
(106,205,178)
0 Favorites   0 Comments

Color spaces of #6acdb2

RGB 106205178
HSL0.450.500.61
HSV164°48°80°
CMYK 0.480.000.13   0.20
XYZ35.811149.941249.8716
Yxy49.94120.26400.3682
Hunter Lab70.6691-33.21727.6271
CIE-Lab76.0332-35.56504.5098

#6acdb2 color RGB value is (106,205,178).

#6acdb2 hex color red value is 106, green value is 205 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #6acdb2 hue: 0.45 , saturation: 0.50 and the lightness value of 6acdb2 is 0.61.

The process color (four color CMYK) of #6acdb2 color hex is 0.48, 0.00, 0.13, 0.20. Web safe color of #6acdb2 is #66cc99. Color #6acdb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 10110010
Octal 152 315 262
Decimal 106 205 178
Hex 6A CD B2

RGB Percentages of Color #6acdb2

%21.68
%41.92
%36.40

CMYK Percentages of Color #6acdb2

%48
%0
%13
%20

Triadic Colors of #6acdb2

#6acdb2 #b26acd #cdb26a

Analogous Colors of #6acdb2

#6acdb2 #6ab7cd #6acd81

Monochromatic Colors of #6acdb2

#6acdb2

Complementary Color

#6acdb2 #cd6a85

#6acdb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acdb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acdb2 Color CSS Codes

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

#6acdb2 Text Font Color

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

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


#6acdb2 Background Color

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

This div background color is #6acdb2


#6acdb2 Border Color

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

This div border color is #6acdb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acdb2


Comments

No comments written yet.

Please login to write comment.