Color Hex Logo

#1c6f7d Color Hex

#1C6F7D
(28,111,125)
0 Favorites   0 Comments

Color spaces of #1c6f7d

RGB 28111125
HSL0.520.630.30
HSV189°78°49°
CMYK 0.780.110.00   0.51
XYZ9.865013.096421.4100
Yxy13.09640.22230.2952
Hunter Lab36.1889-14.6721-9.7447
CIE-Lab42.9081-18.9387-14.7349

#1c6f7d color RGB value is (28,111,125).

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

The process color (four color CMYK) of #1c6f7d color hex is 0.78, 0.11, 0.00, 0.51. Web safe color of #1c6f7d is #336666. Color #1c6f7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01101111 01111101
Octal 34 157 175
Decimal 28 111 125
Hex 1C 6F 7D

RGB Percentages of Color #1c6f7d

%10.61
%42.05
%47.35

CMYK Percentages of Color #1c6f7d

%78
%11
%0
%51

Triadic Colors of #1c6f7d

#1c6f7d #7d1c6f #6f7d1c

Analogous Colors of #1c6f7d

#1c6f7d #1c3f7d #1c7d5b

Monochromatic Colors of #1c6f7d

#1c6f7d

Complementary Color

#1c6f7d #7d2a1c

#1c6f7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c6f7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c6f7d Color CSS Codes

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

#1c6f7d Text Font Color

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

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


#1c6f7d Background Color

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

This div background color is #1c6f7d


#1c6f7d Border Color

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

This div border color is #1c6f7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c6f7d


Comments

No comments written yet.

Please login to write comment.