Color Hex Logo

#1c737f Color Hex

#1C737F
(28,115,127)
0 Favorites   0 Comments

Color spaces of #1c737f

RGB 28115127
HSL0.520.640.30
HSV187°78°50°
CMYK 0.780.090.00   0.50
XYZ10.440414.040622.2385
Yxy14.04060.22350.3005
Hunter Lab37.4708-15.8388-8.9584
CIE-Lab44.2911-20.4173-13.8317

#1c737f color RGB value is (28,115,127).

#1c737f hex color red value is 28, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #1c737f hue: 0.52 , saturation: 0.64 and the lightness value of 1c737f is 0.30.

The process color (four color CMYK) of #1c737f color hex is 0.78, 0.09, 0.00, 0.50. Web safe color of #1c737f is #336666. Color #1c737f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01110011 01111111
Octal 34 163 177
Decimal 28 115 127
Hex 1C 73 7F

RGB Percentages of Color #1c737f

%10.37
%42.59
%47.04

CMYK Percentages of Color #1c737f

%78
%9
%0
%50

Triadic Colors of #1c737f

#1c737f #7f1c73 #737f1c

Analogous Colors of #1c737f

#1c737f #1c427f #1c7f5a

Monochromatic Colors of #1c737f

#1c737f

Complementary Color

#1c737f #7f281c

#1c737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c737f Color CSS Codes

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

#1c737f Text Font Color

<p style="color:#1c737f">Text here</p>

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


#1c737f Background Color

<div style="background-color:#1c737f">
Div content here</div>

This div background color is #1c737f


#1c737f Border Color

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

This div border color is #1c737f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,115,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c737f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c737f;
  -webkit-box-shadow: 1px 1px 3px 2px #1c737f;
  box-shadow:         1px 1px 3px 2px #1c737f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,115,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c737f


Comments

No comments written yet.

Please login to write comment.