Color Hex Logo

#2ac5cd Color Hex

#2AC5CD
(42,197,205)
0 Favorites   0 Comments

Color spaces of #2ac5cd

RGB 42197205
HSL0.510.660.48
HSV183°80°80°
CMYK 0.800.040.00   0.20
XYZ31.940544.832564.7277
Yxy44.83250.22570.3168
Hunter Lab66.9571-32.0251-10.4460
CIE-Lab72.7815-35.0590-15.0952

#2ac5cd color RGB value is (42,197,205).

#2ac5cd hex color red value is 42, green value is 197 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2ac5cd hue: 0.51 , saturation: 0.66 and the lightness value of 2ac5cd is 0.48.

The process color (four color CMYK) of #2ac5cd color hex is 0.80, 0.04, 0.00, 0.20. Web safe color of #2ac5cd is #33cccc. Color #2ac5cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11000101 11001101
Octal 52 305 315
Decimal 42 197 205
Hex 2A C5 CD

RGB Percentages of Color #2ac5cd

%9.46
%44.37
%46.17

CMYK Percentages of Color #2ac5cd

%80
%4
%0
%20

Triadic Colors of #2ac5cd

#2ac5cd #cd2ac5 #c5cd2a

Analogous Colors of #2ac5cd

#2ac5cd #2a74cd #2acd84

Monochromatic Colors of #2ac5cd

#2ac5cd

Complementary Color

#2ac5cd #cd322a

#2ac5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ac5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ac5cd Color CSS Codes

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

#2ac5cd Text Font Color

<p style="color:#2ac5cd">Text here</p>

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


#2ac5cd Background Color

<div style="background-color:#2ac5cd">
Div content here</div>

This div background color is #2ac5cd


#2ac5cd Border Color

<div style="border:3px solid #2ac5cd">
Div here</div>

This div border color is #2ac5cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,197,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ac5cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ac5cd;
  -webkit-box-shadow: 1px 1px 3px 2px #2ac5cd;
  box-shadow:         1px 1px 3px 2px #2ac5cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,197,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 #2ac5cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ac5cd


Comments

No comments written yet.

Please login to write comment.