Color Hex Logo

#1c677f Color Hex

#1C677F
(28,103,127)
0 Favorites   0 Comments

Color spaces of #1c677f

RGB 28103127
HSL0.540.640.30
HSV195°78°50°
CMYK 0.780.190.00   0.50
XYZ9.159911.479721.8117
Yxy11.47970.21580.2704
Hunter Lab33.8817-11.0356-14.4514
CIE-Lab40.3769-13.7656-19.8219

#1c677f color RGB value is (28,103,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 01100111 01111111
Octal 34 147 177
Decimal 28 103 127
Hex 1C 67 7F

RGB Percentages of Color #1c677f

%10.85
%39.92
%49.22

CMYK Percentages of Color #1c677f

%78
%19
%0
%50

Triadic Colors of #1c677f

#1c677f #7f1c67 #677f1c

Analogous Colors of #1c677f

#1c677f #1c357f #1c7f66

Monochromatic Colors of #1c677f

#1c677f

Complementary Color

#1c677f #7f341c

#1c677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c677f Color CSS Codes

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

#1c677f Text Font Color

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

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


#1c677f Background Color

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

This div background color is #1c677f


#1c677f Border Color

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

This div border color is #1c677f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c677f


Comments

No comments written yet.

Please login to write comment.