Color Hex Logo

#b9de04 Color Hex

#B9DE04
(185,222,4)
0 Favorites   0 Comments

Color spaces of #b9de04

RGB 1852224
HSL0.190.960.44
HSV70°98°87°
CMYK 0.170.000.98   0.13
XYZ46.150862.56569.7588
Yxy62.56560.38950.5281
Hunter Lab79.0984-34.274548.0540
CIE-Lab83.2133-34.651681.5535

#b9de04 color RGB value is (185,222,4).

#b9de04 hex color red value is 185, green value is 222 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b9de04 hue: 0.19 , saturation: 0.96 and the lightness value of b9de04 is 0.44.

The process color (four color CMYK) of #b9de04 color hex is 0.17, 0.00, 0.98, 0.13. Web safe color of #b9de04 is #cccc00. Color #b9de04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011110 00000100
Octal 271 336 4
Decimal 185 222 4
Hex B9 DE 4

RGB Percentages of Color #b9de04

%45.01
%54.01
%0.97

CMYK Percentages of Color #b9de04

%17
%0
%98
%13

Triadic Colors of #b9de04

#b9de04 #04b9de #de04b9

Analogous Colors of #b9de04

#b9de04 #4cde04 #de9604

Monochromatic Colors of #b9de04

#b9de04

Complementary Color

#b9de04 #2904de

#b9de04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9de04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9de04 Color CSS Codes

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

#b9de04 Text Font Color

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

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


#b9de04 Background Color

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

This div background color is #b9de04


#b9de04 Border Color

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

This div border color is #b9de04


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,222,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 #b9de04">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9de04


Comments

No comments written yet.

Please login to write comment.