Color Hex Logo

#1ca676 Color Hex

#1CA676
(28,166,118)
0 Favorites   0 Comments

Color spaces of #1ca676

RGB 28166118
HSL0.440.710.38
HSV159°83°65°
CMYK 0.830.000.29   0.35
XYZ17.385128.827321.7875
Yxy28.82730.25570.4239
Hunter Lab53.6911-36.161313.5242
CIE-Lab60.6289-46.472715.1386

#1ca676 color RGB value is (28,166,118).

#1ca676 hex color red value is 28, green value is 166 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #1ca676 hue: 0.44 , saturation: 0.71 and the lightness value of 1ca676 is 0.38.

The process color (four color CMYK) of #1ca676 color hex is 0.83, 0.00, 0.29, 0.35. Web safe color of #1ca676 is #339966. Color #1ca676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10100110 01110110
Octal 34 246 166
Decimal 28 166 118
Hex 1C A6 76

RGB Percentages of Color #1ca676

%8.97
%53.21
%37.82

CMYK Percentages of Color #1ca676

%83
%0
%29
%35

Triadic Colors of #1ca676

#1ca676 #761ca6 #a6761c

Analogous Colors of #1ca676

#1ca676 #1c91a6 #1ca631

Monochromatic Colors of #1ca676

#1ca676

Complementary Color

#1ca676 #a61c4c

#1ca676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ca676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ca676 Color CSS Codes

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

#1ca676 Text Font Color

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

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


#1ca676 Background Color

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

This div background color is #1ca676


#1ca676 Border Color

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

This div border color is #1ca676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ca676


Comments

No comments written yet.

Please login to write comment.