Color Hex Logo

#bdcb4b Color Hex

#BDCB4B
(189,203,75)
0 Favorites   0 Comments

Color spaces of #bdcb4b

RGB 18920375
HSL0.180.550.55
HSV67°63°80°
CMYK 0.070.000.63   0.20
XYZ43.612254.038714.7885
Yxy54.03870.38790.4806
Hunter Lab73.5110-22.744839.5301
CIE-Lab78.4843-21.610060.0981

#bdcb4b color RGB value is (189,203,75).

#bdcb4b hex color red value is 189, green value is 203 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bdcb4b hue: 0.18 , saturation: 0.55 and the lightness value of bdcb4b is 0.55.

The process color (four color CMYK) of #bdcb4b color hex is 0.07, 0.00, 0.63, 0.20. Web safe color of #bdcb4b is #cccc33. Color #bdcb4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 01001011
Octal 275 313 113
Decimal 189 203 75
Hex BD CB 4B

RGB Percentages of Color #bdcb4b

%40.47
%43.47
%16.06

CMYK Percentages of Color #bdcb4b

%7
%0
%63
%20

Triadic Colors of #bdcb4b

#bdcb4b #4bbdcb #cb4bbd

Analogous Colors of #bdcb4b

#bdcb4b #7dcb4b #cb994b

Monochromatic Colors of #bdcb4b

#bdcb4b

Complementary Color

#bdcb4b #594bcb

#bdcb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcb4b Color CSS Codes

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

#bdcb4b Text Font Color

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

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


#bdcb4b Background Color

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

This div background color is #bdcb4b


#bdcb4b Border Color

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

This div border color is #bdcb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcb4b


Comments

No comments written yet.

Please login to write comment.