Color Hex Logo

#1c607f Color Hex

#1C607F
(28,96,127)
0 Favorites   0 Comments

Color spaces of #1c607f

RGB 2896127
HSL0.550.640.30
HSV199°78°50°
CMYK 0.780.240.00   0.50
XYZ8.492510.144921.5892
Yxy10.14490.21110.2522
Hunter Lab31.8511-8.1456-17.8920
CIE-Lab38.1012-9.6651-23.3462

#1c607f color RGB value is (28,96,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01100000 01111111
Octal 34 140 177
Decimal 28 96 127
Hex 1C 60 7F

RGB Percentages of Color #1c607f

%11.16
%38.25
%50.60

CMYK Percentages of Color #1c607f

%78
%24
%0
%50

Triadic Colors of #1c607f

#1c607f #7f1c60 #607f1c

Analogous Colors of #1c607f

#1c607f #1c2f7f #1c7f6d

Monochromatic Colors of #1c607f

#1c607f

Complementary Color

#1c607f #7f3b1c

#1c607f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c607f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c607f Color CSS Codes

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

#1c607f Text Font Color

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

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


#1c607f Background Color

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

This div background color is #1c607f


#1c607f Border Color

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

This div border color is #1c607f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,96,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 #1c607f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c607f


Comments

No comments written yet.

Please login to write comment.