Color Hex Logo

#1bc690 Color Hex

#1BC690
(27,198,144)
0 Favorites   0 Comments

Color spaces of #1bc690

RGB 27198144
HSL0.450.760.44
HSV161°86°78°
CMYK 0.860.000.27   0.22
XYZ25.680142.634833.2614
Yxy42.63480.25280.4197
Hunter Lab65.2953-44.064315.5044
CIE-Lab71.3064-53.082415.8316

#1bc690 color RGB value is (27,198,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 11000110 10010000
Octal 33 306 220
Decimal 27 198 144
Hex 1B C6 90

RGB Percentages of Color #1bc690

%7.32
%53.66
%39.02

CMYK Percentages of Color #1bc690

%86
%0
%27
%22

Triadic Colors of #1bc690

#1bc690 #901bc6 #c6901b

Analogous Colors of #1bc690

#1bc690 #1ba7c6 #1bc63b

Monochromatic Colors of #1bc690

#1bc690

Complementary Color

#1bc690 #c61b51

#1bc690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bc690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bc690 Color CSS Codes

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

#1bc690 Text Font Color

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

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


#1bc690 Background Color

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

This div background color is #1bc690


#1bc690 Border Color

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

This div border color is #1bc690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bc690


Comments

No comments written yet.

Please login to write comment.