Color Hex Logo

#bdda60 Color Hex

#BDDA60
(189,218,96)
0 Favorites   0 Comments

Color spaces of #bdda60

RGB 18921896
HSL0.210.620.62
HSV74°56°85°
CMYK 0.130.000.56   0.15
XYZ48.169061.806220.4573
Yxy61.80620.36930.4739
Hunter Lab78.6169-28.211739.6037
CIE-Lab82.8103-27.267355.8131

#bdda60 color RGB value is (189,218,96).

#bdda60 hex color red value is 189, green value is 218 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bdda60 hue: 0.21 , saturation: 0.62 and the lightness value of bdda60 is 0.62.

The process color (four color CMYK) of #bdda60 color hex is 0.13, 0.00, 0.56, 0.15. Web safe color of #bdda60 is #cccc66. Color #bdda60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 01100000
Octal 275 332 140
Decimal 189 218 96
Hex BD DA 60

RGB Percentages of Color #bdda60

%37.57
%43.34
%19.09

CMYK Percentages of Color #bdda60

%13
%0
%56
%15

Triadic Colors of #bdda60

#bdda60 #60bdda #da60bd

Analogous Colors of #bdda60

#bdda60 #80da60 #daba60

Monochromatic Colors of #bdda60

#bdda60

Complementary Color

#bdda60 #7d60da

#bdda60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdda60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdda60 Color CSS Codes

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

#bdda60 Text Font Color

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

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


#bdda60 Background Color

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

This div background color is #bdda60


#bdda60 Border Color

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

This div border color is #bdda60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdda60


Comments

No comments written yet.

Please login to write comment.