Color Hex Logo

#bdd333 Color Hex

#BDD333
(189,211,51)
0 Favorites   0 Comments

Color spaces of #bdd333

RGB 18921151
HSL0.190.650.51
HSV68°76°83°
CMYK 0.100.000.76   0.17
XYZ44.878157.646411.8935
Yxy57.64640.39220.5038
Hunter Lab75.9252-27.360943.8600
CIE-Lab80.5418-26.782870.8465

#bdd333 color RGB value is (189,211,51).

#bdd333 hex color red value is 189, green value is 211 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bdd333 hue: 0.19 , saturation: 0.65 and the lightness value of bdd333 is 0.51.

The process color (four color CMYK) of #bdd333 color hex is 0.10, 0.00, 0.76, 0.17. Web safe color of #bdd333 is #cccc33. Color #bdd333 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 00110011
Octal 275 323 63
Decimal 189 211 51
Hex BD D3 33

RGB Percentages of Color #bdd333

%41.91
%46.78
%11.31

CMYK Percentages of Color #bdd333

%10
%0
%76
%17

Triadic Colors of #bdd333

#bdd333 #33bdd3 #d333bd

Analogous Colors of #bdd333

#bdd333 #6dd333 #d39933

Monochromatic Colors of #bdd333

#bdd333

Complementary Color

#bdd333 #4933d3

#bdd333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd333 Color CSS Codes

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

#bdd333 Text Font Color

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

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


#bdd333 Background Color

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

This div background color is #bdd333


#bdd333 Border Color

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

This div border color is #bdd333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd333


Comments

No comments written yet.

Please login to write comment.