Color Hex Logo

#bddb44 Color Hex

#BDDB44
(189,219,68)
0 Favorites   0 Comments

Color spaces of #bddb44

RGB 18921968
HSL0.200.680.56
HSV72°69°86°
CMYK 0.140.000.69   0.14
XYZ47.361261.899214.9204
Yxy61.89920.38140.4985
Hunter Lab78.6760-30.230143.8293
CIE-Lab82.8598-29.721867.3373

#bddb44 color RGB value is (189,219,68).

#bddb44 hex color red value is 189, green value is 219 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bddb44 hue: 0.20 , saturation: 0.68 and the lightness value of bddb44 is 0.56.

The process color (four color CMYK) of #bddb44 color hex is 0.14, 0.00, 0.69, 0.14. Web safe color of #bddb44 is #cccc33. Color #bddb44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 01000100
Octal 275 333 104
Decimal 189 219 68
Hex BD DB 44

RGB Percentages of Color #bddb44

%39.71
%46.01
%14.29

CMYK Percentages of Color #bddb44

%14
%0
%69
%14

Triadic Colors of #bddb44

#bddb44 #44bddb #db44bd

Analogous Colors of #bddb44

#bddb44 #72db44 #dbae44

Monochromatic Colors of #bddb44

#bddb44

Complementary Color

#bddb44 #6244db

#bddb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb44 Color CSS Codes

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

#bddb44 Text Font Color

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

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


#bddb44 Background Color

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

This div background color is #bddb44


#bddb44 Border Color

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

This div border color is #bddb44


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,219,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb44


Comments

No comments written yet.

Please login to write comment.