Color Hex Logo

#b8d211 Color Hex

#B8D211
(184,210,17)
0 Favorites   0 Comments

Color spaces of #b8d211

RGB 18421017
HSL0.190.850.45
HSV68°92°82°
CMYK 0.120.000.92   0.18
XYZ42.914956.32409.1401
Yxy56.32400.39600.5197
Hunter Lab75.0493-29.266045.3137
CIE-Lab79.7979-29.338377.5977

#b8d211 color RGB value is (184,210,17).

#b8d211 hex color red value is 184, green value is 210 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b8d211 hue: 0.19 , saturation: 0.85 and the lightness value of b8d211 is 0.45.

The process color (four color CMYK) of #b8d211 color hex is 0.12, 0.00, 0.92, 0.18. Web safe color of #b8d211 is #cccc00. Color #b8d211 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11010010 00010001
Octal 270 322 21
Decimal 184 210 17
Hex B8 D2 11

RGB Percentages of Color #b8d211

%44.77
%51.09
%4.14

CMYK Percentages of Color #b8d211

%12
%0
%92
%18

Triadic Colors of #b8d211

#b8d211 #11b8d2 #d211b8

Analogous Colors of #b8d211

#b8d211 #57d211 #d28c11

Monochromatic Colors of #b8d211

#b8d211

Complementary Color

#b8d211 #2b11d2

#b8d211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8d211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8d211 Color CSS Codes

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

#b8d211 Text Font Color

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

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


#b8d211 Background Color

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

This div background color is #b8d211


#b8d211 Border Color

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

This div border color is #b8d211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8d211


Comments

No comments written yet.

Please login to write comment.