Color Hex Logo

#bdda3d Color Hex

#BDDA3D
(189,218,61)
0 Favorites   0 Comments

Color spaces of #bdda3d

RGB 18921861
HSL0.200.680.55
HSV71°72°85°
CMYK 0.130.000.72   0.15
XYZ46.900061.298513.7748
Yxy61.29850.38450.5026
Hunter Lab78.2934-30.086744.3740
CIE-Lab82.5390-29.629869.4937

#bdda3d color RGB value is (189,218,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 00111101
Octal 275 332 75
Decimal 189 218 61
Hex BD DA 3D

RGB Percentages of Color #bdda3d

%40.38
%46.58
%13.03

CMYK Percentages of Color #bdda3d

%13
%0
%72
%15

Triadic Colors of #bdda3d

#bdda3d #3dbdda #da3dbd

Analogous Colors of #bdda3d

#bdda3d #6fda3d #daa93d

Monochromatic Colors of #bdda3d

#bdda3d

Complementary Color

#bdda3d #5a3dda

#bdda3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda3d Color CSS Codes

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

#bdda3d Text Font Color

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

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


#bdda3d Background Color

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

This div background color is #bdda3d


#bdda3d Border Color

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

This div border color is #bdda3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda3d


Comments

No comments written yet.

Please login to write comment.