Color Hex Logo

#bdc944 Color Hex

#BDC944
(189,201,68)
0 Favorites   0 Comments

Color spaces of #bdc944

RGB 18920168
HSL0.180.550.53
HSV65°66°79°
CMYK 0.060.000.66   0.21
XYZ42.916353.009513.4388
Yxy53.00950.39240.4847
Hunter Lab72.8076-22.196940.0216
CIE-Lab77.8806-21.070162.2851

#bdc944 color RGB value is (189,201,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 01000100
Octal 275 311 104
Decimal 189 201 68
Hex BD C9 44

RGB Percentages of Color #bdc944

%41.27
%43.89
%14.85

CMYK Percentages of Color #bdc944

%6
%0
%66
%21

Triadic Colors of #bdc944

#bdc944 #44bdc9 #c944bd

Analogous Colors of #bdc944

#bdc944 #7bc944 #c99344

Monochromatic Colors of #bdc944

#bdc944

Complementary Color

#bdc944 #5044c9

#bdc944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc944 Color CSS Codes

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

#bdc944 Text Font Color

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

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


#bdc944 Background Color

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

This div background color is #bdc944


#bdc944 Border Color

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

This div border color is #bdc944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc944


Comments

No comments written yet.

Please login to write comment.