Color Hex Logo

#bdc933 Color Hex

#BDC933
(189,201,51)
0 Favorites   0 Comments

Color spaces of #bdc933

RGB 18920151
HSL0.180.600.49
HSV65°75°79°
CMYK 0.060.000.75   0.21
XYZ42.470552.831111.0910
Yxy52.83110.39920.4966
Hunter Lab72.6850-22.899641.8324
CIE-Lab77.7752-21.948568.2770

#bdc933 color RGB value is (189,201,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 00110011
Octal 275 311 63
Decimal 189 201 51
Hex BD C9 33

RGB Percentages of Color #bdc933

%42.86
%45.58
%11.56

CMYK Percentages of Color #bdc933

%6
%0
%75
%21

Triadic Colors of #bdc933

#bdc933 #33bdc9 #c933bd

Analogous Colors of #bdc933

#bdc933 #72c933 #c98a33

Monochromatic Colors of #bdc933

#bdc933

Complementary Color

#bdc933 #3f33c9

#bdc933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc933 Color CSS Codes

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

#bdc933 Text Font Color

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

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


#bdc933 Background Color

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

This div background color is #bdc933


#bdc933 Border Color

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

This div border color is #bdc933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc933


Comments

No comments written yet.

Please login to write comment.