Color Hex Logo

#2c9adc Color Hex

#2C9ADC
(44,154,220)
0 Favorites   0 Comments

Color spaces of #2c9adc

RGB 44154220
HSL0.560.720.52
HSV203°80°86°
CMYK 0.800.300.00   0.14
XYZ25.512628.814071.9271
Yxy28.81400.20210.2282
Hunter Lab53.6787-9.0995-41.8710
CIE-Lab60.6171-7.7123-42.0852

#2c9adc color RGB value is (44,154,220).

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

The process color (four color CMYK) of #2c9adc color hex is 0.80, 0.30, 0.00, 0.14. Web safe color of #2c9adc is #3399cc. Color #2c9adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10011010 11011100
Octal 54 232 334
Decimal 44 154 220
Hex 2C 9A DC

RGB Percentages of Color #2c9adc

%10.53
%36.84
%52.63

CMYK Percentages of Color #2c9adc

%80
%30
%0
%14

Triadic Colors of #2c9adc

#2c9adc #dc2c9a #9adc2c

Analogous Colors of #2c9adc

#2c9adc #2c42dc #2cdcc6

Monochromatic Colors of #2c9adc

#2c9adc

Complementary Color

#2c9adc #dc6e2c

#2c9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c9adc Color CSS Codes

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

#2c9adc Text Font Color

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

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


#2c9adc Background Color

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

This div background color is #2c9adc


#2c9adc Border Color

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

This div border color is #2c9adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c9adc


Comments

No comments written yet.

Please login to write comment.