Color Hex Logo

#bddb04 Color Hex

#BDDB04
(189,219,4)
0 Favorites   0 Comments

Color spaces of #bddb04

RGB 1892194
HSL0.190.960.44
HSV68°98°86°
CMYK 0.140.000.98   0.14
XYZ46.339761.49069.5414
Yxy61.49060.39480.5239
Hunter Lab78.4159-31.743847.6769
CIE-Lab82.6418-31.652781.2377

#bddb04 color RGB value is (189,219,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00000100
Octal 275 333 4
Decimal 189 219 4
Hex BD DB 4

RGB Percentages of Color #bddb04

%45.87
%53.16
%0.97

CMYK Percentages of Color #bddb04

%14
%0
%98
%14

Triadic Colors of #bddb04

#bddb04 #04bddb #db04bd

Analogous Colors of #bddb04

#bddb04 #52db04 #db8e04

Monochromatic Colors of #bddb04

#bddb04

Complementary Color

#bddb04 #2204db

#bddb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb04 Color CSS Codes

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

#bddb04 Text Font Color

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

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


#bddb04 Background Color

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

This div background color is #bddb04


#bddb04 Border Color

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

This div border color is #bddb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb04


Comments

No comments written yet.

Please login to write comment.