Color Hex Logo

#b0d217 Color Hex

#B0D217
(176,210,23)
0 Favorites   0 Comments

Color spaces of #b0d217

RGB 17621023
HSL0.200.800.46
HSV71°89°82°
CMYK 0.160.000.89   0.18
XYZ41.105755.38529.3345
Yxy55.38520.38840.5234
Hunter Lab74.4212-31.644844.6582
CIE-Lab79.2626-32.499276.0584

#b0d217 color RGB value is (176,210,23).

#b0d217 hex color red value is 176, green value is 210 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b0d217 hue: 0.20 , saturation: 0.80 and the lightness value of b0d217 is 0.46.

The process color (four color CMYK) of #b0d217 color hex is 0.16, 0.00, 0.89, 0.18. Web safe color of #b0d217 is #99cc00. Color #b0d217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11010010 00010111
Octal 260 322 27
Decimal 176 210 23
Hex B0 D2 17

RGB Percentages of Color #b0d217

%43.03
%51.34
%5.62

CMYK Percentages of Color #b0d217

%16
%0
%89
%18

Triadic Colors of #b0d217

#b0d217 #17b0d2 #d217b0

Analogous Colors of #b0d217

#b0d217 #53d217 #d29717

Monochromatic Colors of #b0d217

#b0d217

Complementary Color

#b0d217 #3917d2

#b0d217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0d217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0d217 Color CSS Codes

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

#b0d217 Text Font Color

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

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


#b0d217 Background Color

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

This div background color is #b0d217


#b0d217 Border Color

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

This div border color is #b0d217


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,210,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0d217; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0d217;
  -webkit-box-shadow: 1px 1px 3px 2px #b0d217;
  box-shadow:         1px 1px 3px 2px #b0d217; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d217


Comments

No comments written yet.

Please login to write comment.