Color Hex Logo

#bdd133 Color Hex

#BDD133
(189,209,51)
0 Favorites   0 Comments

Color spaces of #bdd133

RGB 18920951
HSL0.190.630.51
HSV68°76°82°
CMYK 0.100.000.76   0.18
XYZ44.384356.658811.7289
Yxy56.65880.39360.5024
Hunter Lab75.2720-26.473243.4519
CIE-Lab79.9873-25.826070.3336

#bdd133 color RGB value is (189,209,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 00110011
Octal 275 321 63
Decimal 189 209 51
Hex BD D1 33

RGB Percentages of Color #bdd133

%42.09
%46.55
%11.36

CMYK Percentages of Color #bdd133

%10
%0
%76
%18

Triadic Colors of #bdd133

#bdd133 #33bdd1 #d133bd

Analogous Colors of #bdd133

#bdd133 #6ed133 #d19633

Monochromatic Colors of #bdd133

#bdd133

Complementary Color

#bdd133 #4733d1

#bdd133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd133 Color CSS Codes

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

#bdd133 Text Font Color

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

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


#bdd133 Background Color

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

This div background color is #bdd133


#bdd133 Border Color

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

This div border color is #bdd133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd133


Comments

No comments written yet.

Please login to write comment.