Color Hex Logo

#1cb985 Color Hex

#1CB985
(28,185,133)
0 Favorites   0 Comments

Color spaces of #1cb985

RGB 28185133
HSL0.440.740.42
HSV160°85°73°
CMYK 0.850.000.28   0.27
XYZ22.061536.638328.0994
Yxy36.63830.25420.4221
Hunter Lab60.5296-40.868014.8468
CIE-Lab67.0048-50.498315.7783

#1cb985 color RGB value is (28,185,133).

#1cb985 hex color red value is 28, green value is 185 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #1cb985 hue: 0.44 , saturation: 0.74 and the lightness value of 1cb985 is 0.42.

The process color (four color CMYK) of #1cb985 color hex is 0.85, 0.00, 0.28, 0.27. Web safe color of #1cb985 is #33cc99. Color #1cb985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111001 10000101
Octal 34 271 205
Decimal 28 185 133
Hex 1C B9 85

RGB Percentages of Color #1cb985

%8.09
%53.47
%38.44

CMYK Percentages of Color #1cb985

%85
%0
%28
%27

Triadic Colors of #1cb985

#1cb985 #851cb9 #b9851c

Analogous Colors of #1cb985

#1cb985 #1c9fb9 #1cb937

Monochromatic Colors of #1cb985

#1cb985

Complementary Color

#1cb985 #b91c50

#1cb985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb985 Color CSS Codes

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

#1cb985 Text Font Color

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

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


#1cb985 Background Color

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

This div background color is #1cb985


#1cb985 Border Color

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

This div border color is #1cb985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb985


Comments

No comments written yet.

Please login to write comment.