Color Hex Logo

#2cc9d9 Color Hex

#2CC9D9
(44,201,217)
0 Favorites   0 Comments

Color spaces of #2cc9d9

RGB 44201217
HSL0.520.690.51
HSV186°80°85°
CMYK 0.800.070.00   0.15
XYZ34.449747.318572.9633
Yxy47.31850.22260.3058
Hunter Lab68.7884-30.9858-14.7365
CIE-Lab74.3930-33.1311-19.1661

#2cc9d9 color RGB value is (44,201,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 11001001 11011001
Octal 54 311 331
Decimal 44 201 217
Hex 2C C9 D9

RGB Percentages of Color #2cc9d9

%9.52
%43.51
%46.97

CMYK Percentages of Color #2cc9d9

%80
%7
%0
%15

Triadic Colors of #2cc9d9

#2cc9d9 #d92cc9 #c9d92c

Analogous Colors of #2cc9d9

#2cc9d9 #2c73d9 #2cd993

Monochromatic Colors of #2cc9d9

#2cc9d9

Complementary Color

#2cc9d9 #d93c2c

#2cc9d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc9d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc9d9 Color CSS Codes

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

#2cc9d9 Text Font Color

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

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


#2cc9d9 Background Color

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

This div background color is #2cc9d9


#2cc9d9 Border Color

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

This div border color is #2cc9d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc9d9


Comments

No comments written yet.

Please login to write comment.