Color Hex Logo

#bddc46 Color Hex

#BDDC46
(189,220,70)
0 Favorites   0 Comments

Color spaces of #bddc46

RGB 18922070
HSL0.200.680.57
HSV72°68°86°
CMYK 0.140.000.68   0.14
XYZ47.685062.447415.3346
Yxy62.44740.38010.4977
Hunter Lab79.0237-30.579743.8113
CIE-Lab83.1508-30.074766.8935

#bddc46 color RGB value is (189,220,70).

#bddc46 hex color red value is 189, green value is 220 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bddc46 hue: 0.20 , saturation: 0.68 and the lightness value of bddc46 is 0.57.

The process color (four color CMYK) of #bddc46 color hex is 0.14, 0.00, 0.68, 0.14. Web safe color of #bddc46 is #cccc33. Color #bddc46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 01000110
Octal 275 334 106
Decimal 189 220 70
Hex BD DC 46

RGB Percentages of Color #bddc46

%39.46
%45.93
%14.61

CMYK Percentages of Color #bddc46

%14
%0
%68
%14

Triadic Colors of #bddc46

#bddc46 #46bddc #dc46bd

Analogous Colors of #bddc46

#bddc46 #72dc46 #dcb046

Monochromatic Colors of #bddc46

#bddc46

Complementary Color

#bddc46 #6546dc

#bddc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc46 Color CSS Codes

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

#bddc46 Text Font Color

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

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


#bddc46 Background Color

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

This div background color is #bddc46


#bddc46 Border Color

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

This div border color is #bddc46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc46


Comments

No comments written yet.

Please login to write comment.