Color Hex Logo

#bdc844 Color Hex

#BDC844
(189,200,68)
0 Favorites   0 Comments

Color spaces of #bdc844

RGB 18920068
HSL0.180.550.53
HSV65°66°78°
CMYK 0.050.000.66   0.22
XYZ42.683952.544713.3613
Yxy52.54470.39310.4839
Hunter Lab72.4877-21.745039.8128
CIE-Lab77.6054-20.577662.0024

#bdc844 color RGB value is (189,200,68).

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

The process color (four color CMYK) of #bdc844 color hex is 0.05, 0.00, 0.66, 0.22. Web safe color of #bdc844 is #cccc33. Color #bdc844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 01000100
Octal 275 310 104
Decimal 189 200 68
Hex BD C8 44

RGB Percentages of Color #bdc844

%41.36
%43.76
%14.88

CMYK Percentages of Color #bdc844

%5
%0
%66
%22

Triadic Colors of #bdc844

#bdc844 #44bdc8 #c844bd

Analogous Colors of #bdc844

#bdc844 #7bc844 #c89144

Monochromatic Colors of #bdc844

#bdc844

Complementary Color

#bdc844 #4f44c8

#bdc844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc844 Color CSS Codes

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

#bdc844 Text Font Color

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

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


#bdc844 Background Color

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

This div background color is #bdc844


#bdc844 Border Color

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

This div border color is #bdc844


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,200,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 #bdc844">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc844


Comments

No comments written yet.

Please login to write comment.