Color Hex Logo

#b1c653 Color Hex

#B1C653
(177,198,83)
0 Favorites   0 Comments

Color spaces of #b1c653

RGB 17719883
HSL0.200.500.55
HSV71°58°78°
CMYK 0.110.000.58   0.22
XYZ39.886950.359815.8018
Yxy50.35980.37610.4749
Hunter Lab70.9646-23.859136.4731
CIE-Lab76.2896-23.459054.0177

#b1c653 color RGB value is (177,198,83).

#b1c653 hex color red value is 177, green value is 198 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b1c653 hue: 0.20 , saturation: 0.50 and the lightness value of b1c653 is 0.55.

The process color (four color CMYK) of #b1c653 color hex is 0.11, 0.00, 0.58, 0.22. Web safe color of #b1c653 is #99cc66. Color #b1c653 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11000110 01010011
Octal 261 306 123
Decimal 177 198 83
Hex B1 C6 53

RGB Percentages of Color #b1c653

%38.65
%43.23
%18.12

CMYK Percentages of Color #b1c653

%11
%0
%58
%22

Triadic Colors of #b1c653

#b1c653 #53b1c6 #c653b1

Analogous Colors of #b1c653

#b1c653 #78c653 #c6a253

Monochromatic Colors of #b1c653

#b1c653

Complementary Color

#b1c653 #6853c6

#b1c653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c653 Color CSS Codes

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

#b1c653 Text Font Color

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

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


#b1c653 Background Color

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

This div background color is #b1c653


#b1c653 Border Color

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

This div border color is #b1c653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c653


Comments

No comments written yet.

Please login to write comment.