Color Hex Logo

#bdc23b Color Hex

#BDC23B
(189,194,59)
0 Favorites   0 Comments

Color spaces of #bdc23b

RGB 18919459
HSL0.170.530.50
HSV62°70°76°
CMYK 0.030.000.70   0.24
XYZ41.067549.718211.5698
Yxy49.71820.40120.4857
Hunter Lab70.5111-19.431539.6292
CIE-Lab75.8960-18.104963.7118

#bdc23b color RGB value is (189,194,59).

#bdc23b hex color red value is 189, green value is 194 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bdc23b hue: 0.17 , saturation: 0.53 and the lightness value of bdc23b is 0.50.

The process color (four color CMYK) of #bdc23b color hex is 0.03, 0.00, 0.70, 0.24. Web safe color of #bdc23b is #cccc33. Color #bdc23b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00111011
Octal 275 302 73
Decimal 189 194 59
Hex BD C2 3B

RGB Percentages of Color #bdc23b

%42.76
%43.89
%13.35

CMYK Percentages of Color #bdc23b

%3
%0
%70
%24

Triadic Colors of #bdc23b

#bdc23b #3bbdc2 #c23bbd

Analogous Colors of #bdc23b

#bdc23b #7ac23b #c2843b

Monochromatic Colors of #bdc23b

#bdc23b

Complementary Color

#bdc23b #403bc2

#bdc23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc23b Color CSS Codes

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

#bdc23b Text Font Color

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

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


#bdc23b Background Color

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

This div background color is #bdc23b


#bdc23b Border Color

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

This div border color is #bdc23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc23b


Comments

No comments written yet.

Please login to write comment.