Color Hex Logo

#1bc495 Color Hex

#1BC495
(27,196,149)
0 Favorites   0 Comments

Color spaces of #1bc495

RGB 27196149
HSL0.450.760.44
HSV163°86°77°
CMYK 0.860.000.24   0.23
XYZ25.616741.882835.1678
Yxy41.88280.24950.4079
Hunter Lab64.7169-42.599513.0831
CIE-Lab70.7900-51.123012.4156

#1bc495 color RGB value is (27,196,149).

#1bc495 hex color red value is 27, green value is 196 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #1bc495 hue: 0.45 , saturation: 0.76 and the lightness value of 1bc495 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11000100 10010101
Octal 33 304 225
Decimal 27 196 149
Hex 1B C4 95

RGB Percentages of Color #1bc495

%7.26
%52.69
%40.05

CMYK Percentages of Color #1bc495

%86
%0
%24
%23

Triadic Colors of #1bc495

#1bc495 #951bc4 #c4951b

Analogous Colors of #1bc495

#1bc495 #1b9fc4 #1bc441

Monochromatic Colors of #1bc495

#1bc495

Complementary Color

#1bc495 #c41b4a

#1bc495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bc495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bc495 Color CSS Codes

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

#1bc495 Text Font Color

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

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


#1bc495 Background Color

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

This div background color is #1bc495


#1bc495 Border Color

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

This div border color is #1bc495


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,196,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1bc495; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1bc495;
  -webkit-box-shadow: 1px 1px 3px 2px #1bc495;
  box-shadow:         1px 1px 3px 2px #1bc495; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,196,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bc495


Comments

No comments written yet.

Please login to write comment.