Color Hex Logo

#bdd021 Color Hex

#BDD021
(189,208,33)
0 Favorites   0 Comments

Color spaces of #bdd021

RGB 18920833
HSL0.180.730.47
HSV67°84°82°
CMYK 0.090.000.84   0.18
XYZ43.816756.04049.9463
Yxy56.04040.39900.5104
Hunter Lab74.8601-26.526744.5245
CIE-Lab79.6368-25.975974.8175

#bdd021 color RGB value is (189,208,33).

#bdd021 hex color red value is 189, green value is 208 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bdd021 hue: 0.18 , saturation: 0.73 and the lightness value of bdd021 is 0.47.

The process color (four color CMYK) of #bdd021 color hex is 0.09, 0.00, 0.84, 0.18. Web safe color of #bdd021 is #cccc33. Color #bdd021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 00100001
Octal 275 320 41
Decimal 189 208 33
Hex BD D0 21

RGB Percentages of Color #bdd021

%43.95
%48.37
%7.67

CMYK Percentages of Color #bdd021

%9
%0
%84
%18

Triadic Colors of #bdd021

#bdd021 #21bdd0 #d021bd

Analogous Colors of #bdd021

#bdd021 #66d021 #d08c21

Monochromatic Colors of #bdd021

#bdd021

Complementary Color

#bdd021 #3421d0

#bdd021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd021 Color CSS Codes

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

#bdd021 Text Font Color

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

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


#bdd021 Background Color

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

This div background color is #bdd021


#bdd021 Border Color

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

This div border color is #bdd021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd021


Comments

No comments written yet.

Please login to write comment.