Color Hex Logo

#1cbcac Color Hex

#1CBCAC
(28,188,172)
0 Favorites   0 Comments

Color spaces of #1cbcac

RGB 28188172
HSL0.480.740.42
HSV174°85°74°
CMYK 0.850.000.09   0.26
XYZ25.908539.191945.2290
Yxy39.19190.23480.3552
Hunter Lab62.6034-35.68360.9873
CIE-Lab68.8900-41.7116-2.8654

#1cbcac color RGB value is (28,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111100 10101100
Octal 34 274 254
Decimal 28 188 172
Hex 1C BC AC

RGB Percentages of Color #1cbcac

%7.22
%48.45
%44.33

CMYK Percentages of Color #1cbcac

%85
%0
%9
%26

Triadic Colors of #1cbcac

#1cbcac #ac1cbc #bcac1c

Analogous Colors of #1cbcac

#1cbcac #1c7cbc #1cbc5c

Monochromatic Colors of #1cbcac

#1cbcac

Complementary Color

#1cbcac #bc1c2c

#1cbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbcac Color CSS Codes

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

#1cbcac Text Font Color

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

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


#1cbcac Background Color

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

This div background color is #1cbcac


#1cbcac Border Color

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

This div border color is #1cbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbcac


Comments

No comments written yet.

Please login to write comment.