Color Hex Logo

#1c879f Color Hex

#1C879F
(28,135,159)
0 Favorites   0 Comments

Color spaces of #1c879f

RGB 28135159
HSL0.530.700.37
HSV191°82°62°
CMYK 0.820.150.00   0.38
XYZ15.400920.078035.8646
Yxy20.07800.21590.2814
Hunter Lab44.8085-17.0635-16.0896
CIE-Lab51.9253-20.1939-21.0102

#1c879f color RGB value is (28,135,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000111 10011111
Octal 34 207 237
Decimal 28 135 159
Hex 1C 87 9F

RGB Percentages of Color #1c879f

%8.70
%41.93
%49.38

CMYK Percentages of Color #1c879f

%82
%15
%0
%38

Triadic Colors of #1c879f

#1c879f #9f1c87 #879f1c

Analogous Colors of #1c879f

#1c879f #1c469f #1c9f76

Monochromatic Colors of #1c879f

#1c879f

Complementary Color

#1c879f #9f341c

#1c879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c879f Color CSS Codes

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

#1c879f Text Font Color

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

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


#1c879f Background Color

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

This div background color is #1c879f


#1c879f Border Color

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

This div border color is #1c879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c879f


Comments

No comments written yet.

Please login to write comment.