Color Hex Logo

#1c4c59 Color Hex

#1C4C59
(28,76,89)
0 Favorites   0 Comments

Color spaces of #1c4c59

RGB 287689
HSL0.540.520.23
HSV193°69°35°
CMYK 0.690.150.00   0.65
XYZ4.86656.137010.3793
Yxy6.13700.22760.2870
Hunter Lab24.7730-8.2875-7.5001
CIE-Lab29.7555-11.5573-12.4733

#1c4c59 color RGB value is (28,76,89).

#1c4c59 hex color red value is 28, green value is 76 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #1c4c59 hue: 0.54 , saturation: 0.52 and the lightness value of 1c4c59 is 0.23.

The process color (four color CMYK) of #1c4c59 color hex is 0.69, 0.15, 0.00, 0.65. Web safe color of #1c4c59 is #333366. Color #1c4c59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001100 01011001
Octal 34 114 131
Decimal 28 76 89
Hex 1C 4C 59

RGB Percentages of Color #1c4c59

%14.51
%39.38
%46.11

CMYK Percentages of Color #1c4c59

%69
%15
%0
%65

Triadic Colors of #1c4c59

#1c4c59 #591c4c #4c591c

Analogous Colors of #1c4c59

#1c4c59 #1c2e59 #1c5948

Monochromatic Colors of #1c4c59

#1c4c59

Complementary Color

#1c4c59 #59291c

#1c4c59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c4c59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c4c59 Color CSS Codes

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

#1c4c59 Text Font Color

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

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


#1c4c59 Background Color

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

This div background color is #1c4c59


#1c4c59 Border Color

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

This div border color is #1c4c59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c4c59


Comments

No comments written yet.

Please login to write comment.