Color Hex Logo

#1cbc98 Color Hex

#1CBC98
(28,188,152)
0 Favorites   0 Comments

Color spaces of #1cbc98

RGB 28188152
HSL0.460.740.42
HSV167°85°74°
CMYK 0.850.000.19   0.26
XYZ24.129638.480335.8614
Yxy38.48030.24500.3908
Hunter Lab62.0325-39.12349.1468
CIE-Lab68.3731-47.07997.3522

#1cbc98 color RGB value is (28,188,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111100 10011000
Octal 34 274 230
Decimal 28 188 152
Hex 1C BC 98

RGB Percentages of Color #1cbc98

%7.61
%51.09
%41.30

CMYK Percentages of Color #1cbc98

%85
%0
%19
%26

Triadic Colors of #1cbc98

#1cbc98 #981cbc #bc981c

Analogous Colors of #1cbc98

#1cbc98 #1c90bc #1cbc48

Monochromatic Colors of #1cbc98

#1cbc98

Complementary Color

#1cbc98 #bc1c40

#1cbc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbc98 Color CSS Codes

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

#1cbc98 Text Font Color

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

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


#1cbc98 Background Color

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

This div background color is #1cbc98


#1cbc98 Border Color

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

This div border color is #1cbc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbc98


Comments

No comments written yet.

Please login to write comment.