Color Hex Logo

#bdda49 Color Hex

#BDDA49
(189,218,73)
0 Favorites   0 Comments

Color spaces of #bdda49

RGB 18921873
HSL0.200.660.57
HSV72°67°85°
CMYK 0.130.000.67   0.15
XYZ47.260361.442715.6721
Yxy61.44270.38000.4940
Hunter Lab78.3854-29.552843.0155
CIE-Lab82.6162-28.953465.2139

#bdda49 color RGB value is (189,218,73).

#bdda49 hex color red value is 189, green value is 218 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bdda49 hue: 0.20 , saturation: 0.66 and the lightness value of bdda49 is 0.57.

The process color (four color CMYK) of #bdda49 color hex is 0.13, 0.00, 0.67, 0.15. Web safe color of #bdda49 is #cccc33. Color #bdda49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 01001001
Octal 275 332 111
Decimal 189 218 73
Hex BD DA 49

RGB Percentages of Color #bdda49

%39.38
%45.42
%15.21

CMYK Percentages of Color #bdda49

%13
%0
%67
%15

Triadic Colors of #bdda49

#bdda49 #49bdda #da49bd

Analogous Colors of #bdda49

#bdda49 #75da49 #daaf49

Monochromatic Colors of #bdda49

#bdda49

Complementary Color

#bdda49 #6649da

#bdda49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda49 Color CSS Codes

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

#bdda49 Text Font Color

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

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


#bdda49 Background Color

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

This div background color is #bdda49


#bdda49 Border Color

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

This div border color is #bdda49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda49


Comments

No comments written yet.

Please login to write comment.