Color Hex Logo

#1cb7aa Color Hex

#1CB7AA
(28,183,170)
0 Favorites   0 Comments

Color spaces of #1cb7aa

RGB 28183170
HSL0.490.730.41
HSV175°85°72°
CMYK 0.850.000.07   0.28
XYZ24.668137.016143.8749
Yxy37.01610.23370.3507
Hunter Lab60.8409-34.0982-0.1679
CIE-Lab67.2891-40.0696-4.1213

#1cb7aa color RGB value is (28,183,170).

#1cb7aa hex color red value is 28, green value is 183 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1cb7aa hue: 0.49 , saturation: 0.73 and the lightness value of 1cb7aa is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110111 10101010
Octal 34 267 252
Decimal 28 183 170
Hex 1C B7 AA

RGB Percentages of Color #1cb7aa

%7.35
%48.03
%44.62

CMYK Percentages of Color #1cb7aa

%85
%0
%7
%28

Triadic Colors of #1cb7aa

#1cb7aa #aa1cb7 #b7aa1c

Analogous Colors of #1cb7aa

#1cb7aa #1c77b7 #1cb75c

Monochromatic Colors of #1cb7aa

#1cb7aa

Complementary Color

#1cb7aa #b71c29

#1cb7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb7aa Color CSS Codes

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

#1cb7aa Text Font Color

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

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


#1cb7aa Background Color

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

This div background color is #1cb7aa


#1cb7aa Border Color

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

This div border color is #1cb7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb7aa


Comments

No comments written yet.

Please login to write comment.