Color Hex Logo

#bddd42 Color Hex

#BDDD42
(189,221,66)
0 Favorites   0 Comments

Color spaces of #bddd42

RGB 18922166
HSL0.200.700.56
HSV72°70°87°
CMYK 0.140.000.70   0.13
XYZ47.826162.925114.7793
Yxy62.92510.38100.5013
Hunter Lab79.3253-31.199844.4813
CIE-Lab83.4030-30.770268.5998

#bddd42 color RGB value is (189,221,66).

#bddd42 hex color red value is 189, green value is 221 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bddd42 hue: 0.20 , saturation: 0.70 and the lightness value of bddd42 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 01000010
Octal 275 335 102
Decimal 189 221 66
Hex BD DD 42

RGB Percentages of Color #bddd42

%39.71
%46.43
%13.87

CMYK Percentages of Color #bddd42

%14
%0
%70
%13

Triadic Colors of #bddd42

#bddd42 #42bddd #dd42bd

Analogous Colors of #bddd42

#bddd42 #70dd42 #ddb042

Monochromatic Colors of #bddd42

#bddd42

Complementary Color

#bddd42 #6242dd

#bddd42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd42 Color CSS Codes

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

#bddd42 Text Font Color

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

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


#bddd42 Background Color

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

This div background color is #bddd42


#bddd42 Border Color

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

This div border color is #bddd42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd42


Comments

No comments written yet.

Please login to write comment.