Color Hex Logo

#bdc237 Color Hex

#BDC237
(189,194,55)
0 Favorites   0 Comments

Color spaces of #bdc237

RGB 18919455
HSL0.170.560.49
HSV62°72°76°
CMYK 0.030.000.72   0.24
XYZ40.967649.678211.0441
Yxy49.67820.40290.4885
Hunter Lab70.4828-19.593040.0477
CIE-Lab75.8713-18.305465.1264

#bdc237 color RGB value is (189,194,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00110111
Octal 275 302 67
Decimal 189 194 55
Hex BD C2 37

RGB Percentages of Color #bdc237

%43.15
%44.29
%12.56

CMYK Percentages of Color #bdc237

%3
%0
%72
%24

Triadic Colors of #bdc237

#bdc237 #37bdc2 #c237bd

Analogous Colors of #bdc237

#bdc237 #78c237 #c28237

Monochromatic Colors of #bdc237

#bdc237

Complementary Color

#bdc237 #3c37c2

#bdc237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc237 Color CSS Codes

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

#bdc237 Text Font Color

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

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


#bdc237 Background Color

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

This div background color is #bdc237


#bdc237 Border Color

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

This div border color is #bdc237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc237


Comments

No comments written yet.

Please login to write comment.