Color Hex Logo

#bdc939 Color Hex

#BDC939
(189,201,57)
0 Favorites   0 Comments

Color spaces of #bdc939

RGB 18920157
HSL0.180.570.51
HSV65°72°79°
CMYK 0.060.000.72   0.21
XYZ42.611452.887511.8333
Yxy52.88750.39700.4927
Hunter Lab72.7238-22.677341.2592
CIE-Lab77.8085-21.670066.2956

#bdc939 color RGB value is (189,201,57).

#bdc939 hex color red value is 189, green value is 201 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bdc939 hue: 0.18 , saturation: 0.57 and the lightness value of bdc939 is 0.51.

The process color (four color CMYK) of #bdc939 color hex is 0.06, 0.00, 0.72, 0.21. Web safe color of #bdc939 is #cccc33. Color #bdc939 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 00111001
Octal 275 311 71
Decimal 189 201 57
Hex BD C9 39

RGB Percentages of Color #bdc939

%42.28
%44.97
%12.75

CMYK Percentages of Color #bdc939

%6
%0
%72
%21

Triadic Colors of #bdc939

#bdc939 #39bdc9 #c939bd

Analogous Colors of #bdc939

#bdc939 #75c939 #c98d39

Monochromatic Colors of #bdc939

#bdc939

Complementary Color

#bdc939 #4539c9

#bdc939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc939 Color CSS Codes

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

#bdc939 Text Font Color

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

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


#bdc939 Background Color

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

This div background color is #bdc939


#bdc939 Border Color

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

This div border color is #bdc939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc939


Comments

No comments written yet.

Please login to write comment.