Color Hex Logo

#bdca60 Color Hex

#BDCA60
(189,202,96)
0 Favorites   0 Comments

Color spaces of #bdca60

RGB 18920296
HSL0.190.500.58
HSV67°52°79°
CMYK 0.060.000.52   0.21
XYZ44.218153.904419.1404
Yxy53.90440.37710.4597
Hunter Lab73.4196-20.979935.9369
CIE-Lab78.4060-19.494650.7322

#bdca60 color RGB value is (189,202,96).

#bdca60 hex color red value is 189, green value is 202 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bdca60 hue: 0.19 , saturation: 0.50 and the lightness value of bdca60 is 0.58.

The process color (four color CMYK) of #bdca60 color hex is 0.06, 0.00, 0.52, 0.21. Web safe color of #bdca60 is #cccc66. Color #bdca60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01100000
Octal 275 312 140
Decimal 189 202 96
Hex BD CA 60

RGB Percentages of Color #bdca60

%38.81
%41.48
%19.71

CMYK Percentages of Color #bdca60

%6
%0
%52
%21

Triadic Colors of #bdca60

#bdca60 #60bdca #ca60bd

Analogous Colors of #bdca60

#bdca60 #88ca60 #caa260

Monochromatic Colors of #bdca60

#bdca60

Complementary Color

#bdca60 #6d60ca

#bdca60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca60 Color CSS Codes

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

#bdca60 Text Font Color

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

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


#bdca60 Background Color

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

This div background color is #bdca60


#bdca60 Border Color

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

This div border color is #bdca60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca60


Comments

No comments written yet.

Please login to write comment.