Color Hex Logo

#bdca0f Color Hex

#BDCA0F
(189,202,15)
0 Favorites   0 Comments

Color spaces of #bdca0f

RGB 18920215
HSL0.180.860.43
HSV64°93°79°
CMYK 0.060.000.93   0.21
XYZ42.193053.09448.4764
Yxy53.09440.40660.5117
Hunter Lab72.8659-24.154944.1090
CIE-Lab77.9307-23.453276.5516

#bdca0f color RGB value is (189,202,15).

#bdca0f hex color red value is 189, green value is 202 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bdca0f hue: 0.18 , saturation: 0.86 and the lightness value of bdca0f is 0.43.

The process color (four color CMYK) of #bdca0f color hex is 0.06, 0.00, 0.93, 0.21. Web safe color of #bdca0f is #cccc00. Color #bdca0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 00001111
Octal 275 312 17
Decimal 189 202 15
Hex BD CA F

RGB Percentages of Color #bdca0f

%46.55
%49.75
%3.69

CMYK Percentages of Color #bdca0f

%6
%0
%93
%21

Triadic Colors of #bdca0f

#bdca0f #0fbdca #ca0fbd

Analogous Colors of #bdca0f

#bdca0f #60ca0f #ca7a0f

Monochromatic Colors of #bdca0f

#bdca0f

Complementary Color

#bdca0f #1c0fca

#bdca0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca0f Color CSS Codes

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

#bdca0f Text Font Color

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

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


#bdca0f Background Color

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

This div background color is #bdca0f


#bdca0f Border Color

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

This div border color is #bdca0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca0f


Comments

No comments written yet.

Please login to write comment.