Color Hex Logo

#2ac9dc Color Hex

#2AC9DC
(42,201,220)
0 Favorites   0 Comments

Color spaces of #2ac9dc

RGB 42201220
HSL0.520.720.51
HSV186°81°86°
CMYK 0.810.090.00   0.14
XYZ34.759847.432875.0336
Yxy47.43280.22110.3017
Hunter Lab68.8715-30.4352-16.3848
CIE-Lab74.4658-32.3781-20.6806

#2ac9dc color RGB value is (42,201,220).

#2ac9dc hex color red value is 42, green value is 201 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2ac9dc hue: 0.52 , saturation: 0.72 and the lightness value of 2ac9dc is 0.51.

The process color (four color CMYK) of #2ac9dc color hex is 0.81, 0.09, 0.00, 0.14. Web safe color of #2ac9dc is #33cccc. Color #2ac9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001001 11011100
Octal 52 311 334
Decimal 42 201 220
Hex 2A C9 DC

RGB Percentages of Color #2ac9dc

%9.07
%43.41
%47.52

CMYK Percentages of Color #2ac9dc

%81
%9
%0
%14

Triadic Colors of #2ac9dc

#2ac9dc #dc2ac9 #c9dc2a

Analogous Colors of #2ac9dc

#2ac9dc #2a70dc #2adc96

Monochromatic Colors of #2ac9dc

#2ac9dc

Complementary Color

#2ac9dc #dc3d2a

#2ac9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ac9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ac9dc Color CSS Codes

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

#2ac9dc Text Font Color

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

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


#2ac9dc Background Color

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

This div background color is #2ac9dc


#2ac9dc Border Color

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

This div border color is #2ac9dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,201,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ac9dc


Comments

No comments written yet.

Please login to write comment.