Color Hex Logo

#1ccbac Color Hex

#1CCBAC
(28,203,172)
0 Favorites   0 Comments

Color spaces of #1ccbac

RGB 28203172
HSL0.470.760.45
HSV169°86°80°
CMYK 0.860.000.15   0.20
XYZ29.281245.937346.3532
Yxy45.93730.24090.3779
Hunter Lab67.7771-41.49396.8951
CIE-Lab73.5048-48.10523.8649

#1ccbac color RGB value is (28,203,172).

#1ccbac hex color red value is 28, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1ccbac hue: 0.47 , saturation: 0.76 and the lightness value of 1ccbac is 0.45.

The process color (four color CMYK) of #1ccbac color hex is 0.86, 0.00, 0.15, 0.20. Web safe color of #1ccbac is #33cc99. Color #1ccbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001011 10101100
Octal 34 313 254
Decimal 28 203 172
Hex 1C CB AC

RGB Percentages of Color #1ccbac

%6.95
%50.37
%42.68

CMYK Percentages of Color #1ccbac

%86
%0
%15
%20

Triadic Colors of #1ccbac

#1ccbac #ac1ccb #cbac1c

Analogous Colors of #1ccbac

#1ccbac #1c93cb #1ccb55

Monochromatic Colors of #1ccbac

#1ccbac

Complementary Color

#1ccbac #cb1c3b

#1ccbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccbac Color CSS Codes

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

#1ccbac Text Font Color

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

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


#1ccbac Background Color

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

This div background color is #1ccbac


#1ccbac Border Color

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

This div border color is #1ccbac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,203,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 #1ccbac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccbac


Comments

No comments written yet.

Please login to write comment.