Color Hex Logo

#b1c604 Color Hex

#B1C604
(177,198,4)
0 Favorites   0 Comments

Color spaces of #b1c604

RGB 1771984
HSL0.180.960.40
HSV66°98°78°
CMYK 0.110.000.98   0.22
XYZ38.347549.74407.6953
Yxy49.74400.40030.5193
Hunter Lab70.5294-26.374442.9016
CIE-Lab75.9119-26.710075.7789

#b1c604 color RGB value is (177,198,4).

#b1c604 hex color red value is 177, green value is 198 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b1c604 hue: 0.18 , saturation: 0.96 and the lightness value of b1c604 is 0.40.

The process color (four color CMYK) of #b1c604 color hex is 0.11, 0.00, 0.98, 0.22. Web safe color of #b1c604 is #99cc00. Color #b1c604 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11000110 00000100
Octal 261 306 4
Decimal 177 198 4
Hex B1 C6 4

RGB Percentages of Color #b1c604

%46.70
%52.24
%1.06

CMYK Percentages of Color #b1c604

%11
%0
%98
%22

Triadic Colors of #b1c604

#b1c604 #04b1c6 #c604b1

Analogous Colors of #b1c604

#b1c604 #50c604 #c67a04

Monochromatic Colors of #b1c604

#b1c604

Complementary Color

#b1c604 #1904c6

#b1c604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c604 Color CSS Codes

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

#b1c604 Text Font Color

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

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


#b1c604 Background Color

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

This div background color is #b1c604


#b1c604 Border Color

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

This div border color is #b1c604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c604


Comments

No comments written yet.

Please login to write comment.