Color Hex Logo

#b2cb25 Color Hex

#B2CB25
(178,203,37)
0 Favorites   0 Comments

Color spaces of #b2cb25

RGB 17820337
HSL0.190.690.47
HSV69°82°80°
CMYK 0.120.000.82   0.20
XYZ40.050052.31049.7363
Yxy52.31040.39230.5124
Hunter Lab72.3259-27.727242.6467
CIE-Lab77.4661-28.020671.7133

#b2cb25 color RGB value is (178,203,37).

#b2cb25 hex color red value is 178, green value is 203 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b2cb25 hue: 0.19 , saturation: 0.69 and the lightness value of b2cb25 is 0.47.

The process color (four color CMYK) of #b2cb25 color hex is 0.12, 0.00, 0.82, 0.20. Web safe color of #b2cb25 is #99cc33. Color #b2cb25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001011 00100101
Octal 262 313 45
Decimal 178 203 37
Hex B2 CB 25

RGB Percentages of Color #b2cb25

%42.58
%48.56
%8.85

CMYK Percentages of Color #b2cb25

%12
%0
%82
%20

Triadic Colors of #b2cb25

#b2cb25 #25b2cb #cb25b2

Analogous Colors of #b2cb25

#b2cb25 #5fcb25 #cb9125

Monochromatic Colors of #b2cb25

#b2cb25

Complementary Color

#b2cb25 #3e25cb

#b2cb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cb25 Color CSS Codes

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

#b2cb25 Text Font Color

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

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


#b2cb25 Background Color

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

This div background color is #b2cb25


#b2cb25 Border Color

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

This div border color is #b2cb25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,203,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2cb25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2cb25;
  -webkit-box-shadow: 1px 1px 3px 2px #b2cb25;
  box-shadow:         1px 1px 3px 2px #b2cb25; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cb25


Comments

No comments written yet.

Please login to write comment.