Color Hex Logo

#3c9acb Color Hex

#3C9ACB
(60,154,203)
0 Favorites   0 Comments

Color spaces of #3c9acb

RGB 60154203
HSL0.560.580.52
HSV201°70°80°
CMYK 0.700.240.00   0.20
XYZ24.198628.383760.7031
Yxy28.38370.21360.2506
Hunter Lab53.2764-12.1573-30.2616
CIE-Lab60.2338-11.6952-33.1689

#3c9acb color RGB value is (60,154,203).

#3c9acb hex color red value is 60, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3c9acb hue: 0.56 , saturation: 0.58 and the lightness value of 3c9acb is 0.52.

The process color (four color CMYK) of #3c9acb color hex is 0.70, 0.24, 0.00, 0.20. Web safe color of #3c9acb is #3399cc. Color #3c9acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10011010 11001011
Octal 74 232 313
Decimal 60 154 203
Hex 3C 9A CB

RGB Percentages of Color #3c9acb

%14.39
%36.93
%48.68

CMYK Percentages of Color #3c9acb

%70
%24
%0
%20

Triadic Colors of #3c9acb

#3c9acb #cb3c9a #9acb3c

Analogous Colors of #3c9acb

#3c9acb #3c52cb #3ccbb5

Monochromatic Colors of #3c9acb

#3c9acb

Complementary Color

#3c9acb #cb6d3c

#3c9acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c9acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c9acb Color CSS Codes

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

#3c9acb Text Font Color

<p style="color:#3c9acb">Text here</p>

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


#3c9acb Background Color

<div style="background-color:#3c9acb">
Div content here</div>

This div background color is #3c9acb


#3c9acb Border Color

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

This div border color is #3c9acb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,154,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c9acb


Comments

No comments written yet.

Please login to write comment.