Color Hex Logo

#3c9ecb Color Hex

#3C9ECB
(60,158,203)
0 Favorites   0 Comments

Color spaces of #3c9ecb

RGB 60158203
HSL0.550.580.52
HSV199°70°80°
CMYK 0.700.220.00   0.20
XYZ24.869829.726260.9269
Yxy29.72620.21530.2573
Hunter Lab54.5217-13.9912-28.0901
CIE-Lab61.4173-13.8930-31.3305

#3c9ecb color RGB value is (60,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10011110 11001011
Octal 74 236 313
Decimal 60 158 203
Hex 3C 9E CB

RGB Percentages of Color #3c9ecb

%14.25
%37.53
%48.22

CMYK Percentages of Color #3c9ecb

%70
%22
%0
%20

Triadic Colors of #3c9ecb

#3c9ecb #cb3c9e #9ecb3c

Analogous Colors of #3c9ecb

#3c9ecb #3c57cb #3ccbb1

Monochromatic Colors of #3c9ecb

#3c9ecb

Complementary Color

#3c9ecb #cb693c

#3c9ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c9ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c9ecb Color CSS Codes

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

#3c9ecb Text Font Color

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

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


#3c9ecb Background Color

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

This div background color is #3c9ecb


#3c9ecb Border Color

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

This div border color is #3c9ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,158,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 #3c9ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c9ecb


Comments

No comments written yet.

Please login to write comment.