Color Hex Logo

#1fbc09 Color Hex

#1FBC09
(31,188,9)
0 Favorites   0 Comments

Color spaces of #1fbc09

RGB 311889
HSL0.310.910.39
HSV113°95°74°
CMYK 0.840.000.95   0.26
XYZ18.597636.27756.2805
Yxy36.27750.30410.5932
Hunter Lab60.2308-50.288135.9792
CIE-Lab66.7314-66.326065.3649

#1fbc09 color RGB value is (31,188,9).

#1fbc09 hex color red value is 31, green value is 188 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #1fbc09 hue: 0.31 , saturation: 0.91 and the lightness value of 1fbc09 is 0.39.

The process color (four color CMYK) of #1fbc09 color hex is 0.84, 0.00, 0.95, 0.26. Web safe color of #1fbc09 is #33cc00. Color #1fbc09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10111100 00001001
Octal 37 274 11
Decimal 31 188 9
Hex 1F BC 9

RGB Percentages of Color #1fbc09

%13.60
%82.46
%3.95

CMYK Percentages of Color #1fbc09

%84
%0
%95
%26

Triadic Colors of #1fbc09

#1fbc09 #091fbc #bc091f

Analogous Colors of #1fbc09

#1fbc09 #09bc4c #79bc09

Monochromatic Colors of #1fbc09

#1fbc09

Complementary Color

#1fbc09 #a609bc

#1fbc09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fbc09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fbc09 Color CSS Codes

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

#1fbc09 Text Font Color

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

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


#1fbc09 Background Color

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

This div background color is #1fbc09


#1fbc09 Border Color

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

This div border color is #1fbc09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,188,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1fbc09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1fbc09;
  -webkit-box-shadow: 1px 1px 3px 2px #1fbc09;
  box-shadow:         1px 1px 3px 2px #1fbc09; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,188,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fbc09


Comments

No comments written yet.

Please login to write comment.