Color Hex Logo

#bbdf04 Color Hex

#BBDF04
(187,223,4)
0 Favorites   0 Comments

Color spaces of #bbdf04

RGB 1872234
HSL0.190.960.45
HSV70°98°87°
CMYK 0.160.000.98   0.13
XYZ46.903163.34899.8704
Yxy63.34890.39050.5274
Hunter Lab79.5920-34.097148.3617
CIE-Lab83.6256-34.305081.9245

#bbdf04 color RGB value is (187,223,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 00000100
Octal 273 337 4
Decimal 187 223 4
Hex BB DF 4

RGB Percentages of Color #bbdf04

%45.17
%53.86
%0.97

CMYK Percentages of Color #bbdf04

%16
%0
%98
%13

Triadic Colors of #bbdf04

#bbdf04 #04bbdf #df04bb

Analogous Colors of #bbdf04

#bbdf04 #4ddf04 #df9604

Monochromatic Colors of #bbdf04

#bbdf04

Complementary Color

#bbdf04 #2804df

#bbdf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf04 Color CSS Codes

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

#bbdf04 Text Font Color

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

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


#bbdf04 Background Color

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

This div background color is #bbdf04


#bbdf04 Border Color

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

This div border color is #bbdf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf04


Comments

No comments written yet.

Please login to write comment.