Color Hex Logo

#3c9bce Color Hex

#3C9BCE
(60,155,206)
0 Favorites   0 Comments

Color spaces of #3c9bce

RGB 60155206
HSL0.560.600.52
HSV201°71°81°
CMYK 0.710.250.00   0.19
XYZ24.725428.859662.6598
Yxy28.85960.21270.2483
Hunter Lab53.7211-11.8565-31.5505
CIE-Lab60.6575-11.2384-34.1883

#3c9bce color RGB value is (60,155,206).

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

The process color (four color CMYK) of #3c9bce color hex is 0.71, 0.25, 0.00, 0.19. Web safe color of #3c9bce is #3399cc. Color #3c9bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10011011 11001110
Octal 74 233 316
Decimal 60 155 206
Hex 3C 9B CE

RGB Percentages of Color #3c9bce

%14.25
%36.82
%48.93

CMYK Percentages of Color #3c9bce

%71
%25
%0
%19

Triadic Colors of #3c9bce

#3c9bce #ce3c9b #9bce3c

Analogous Colors of #3c9bce

#3c9bce #3c52ce #3cceb8

Monochromatic Colors of #3c9bce

#3c9bce

Complementary Color

#3c9bce #ce6f3c

#3c9bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c9bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c9bce Color CSS Codes

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

#3c9bce Text Font Color

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

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


#3c9bce Background Color

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

This div background color is #3c9bce


#3c9bce Border Color

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

This div border color is #3c9bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c9bce


Comments

No comments written yet.

Please login to write comment.