Color Hex Logo

#3c9cbf Color Hex

#3C9CBF
(60,156,191)
0 Favorites   0 Comments

Color spaces of #3c9cbf

RGB 60156191
HSL0.540.520.49
HSV196°69°75°
CMYK 0.690.180.00   0.25
XYZ23.155928.499253.5707
Yxy28.49920.22010.2708
Hunter Lab53.3846-15.9977-22.1274
CIE-Lab60.3371-16.7590-26.2735

#3c9cbf color RGB value is (60,156,191).

#3c9cbf hex color red value is 60, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3c9cbf hue: 0.54 , saturation: 0.52 and the lightness value of 3c9cbf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10011100 10111111
Octal 74 234 277
Decimal 60 156 191
Hex 3C 9C BF

RGB Percentages of Color #3c9cbf

%14.74
%38.33
%46.93

CMYK Percentages of Color #3c9cbf

%69
%18
%0
%25

Triadic Colors of #3c9cbf

#3c9cbf #bf3c9c #9cbf3c

Analogous Colors of #3c9cbf

#3c9cbf #3c5bbf #3cbfa1

Monochromatic Colors of #3c9cbf

#3c9cbf

Complementary Color

#3c9cbf #bf5f3c

#3c9cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c9cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c9cbf Color CSS Codes

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

#3c9cbf Text Font Color

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

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


#3c9cbf Background Color

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

This div background color is #3c9cbf


#3c9cbf Border Color

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

This div border color is #3c9cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c9cbf


Comments

No comments written yet.

Please login to write comment.