Color Hex Logo

#1c839e Color Hex

#1C839E
(28,131,158)
0 Favorites   0 Comments

Color spaces of #1c839e

RGB 28131158
HSL0.530.700.36
HSV192°82°62°
CMYK 0.820.170.00   0.38
XYZ14.766718.948135.2268
Yxy18.94810.21420.2748
Hunter Lab43.5294-15.6230-17.5107
CIE-Lab50.6264-18.3896-22.4259

#1c839e color RGB value is (28,131,158).

#1c839e hex color red value is 28, green value is 131 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #1c839e hue: 0.53 , saturation: 0.70 and the lightness value of 1c839e is 0.36.

The process color (four color CMYK) of #1c839e color hex is 0.82, 0.17, 0.00, 0.38. Web safe color of #1c839e is #339999. Color #1c839e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000011 10011110
Octal 34 203 236
Decimal 28 131 158
Hex 1C 83 9E

RGB Percentages of Color #1c839e

%8.83
%41.32
%49.84

CMYK Percentages of Color #1c839e

%82
%17
%0
%38

Triadic Colors of #1c839e

#1c839e #9e1c83 #839e1c

Analogous Colors of #1c839e

#1c839e #1c429e #1c9e78

Monochromatic Colors of #1c839e

#1c839e

Complementary Color

#1c839e #9e371c

#1c839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c839e Color CSS Codes

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

#1c839e Text Font Color

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

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


#1c839e Background Color

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

This div background color is #1c839e


#1c839e Border Color

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

This div border color is #1c839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c839e


Comments

No comments written yet.

Please login to write comment.