Color Hex Logo

#bdf21d Color Hex

#BDF21D
(189,242,29)
0 Favorites   0 Comments

Color spaces of #bdf21d

RGB 18924229
HSL0.210.890.53
HSV75°88°95°
CMYK 0.220.000.88   0.05
XYZ52.960274.411812.7340
Yxy74.41180.37800.5311
Hunter Lab86.2623-41.370051.6312
CIE-Lab89.1168-41.648983.4299

#bdf21d color RGB value is (189,242,29).

#bdf21d hex color red value is 189, green value is 242 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bdf21d hue: 0.21 , saturation: 0.89 and the lightness value of bdf21d is 0.53.

The process color (four color CMYK) of #bdf21d color hex is 0.22, 0.00, 0.88, 0.05. Web safe color of #bdf21d is #ccff33. Color #bdf21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 00011101
Octal 275 362 35
Decimal 189 242 29
Hex BD F2 1D

RGB Percentages of Color #bdf21d

%41.09
%52.61
%6.30

CMYK Percentages of Color #bdf21d

%22
%0
%88
%5

Triadic Colors of #bdf21d

#bdf21d #1dbdf2 #f21dbd

Analogous Colors of #bdf21d

#bdf21d #53f21d #f2bd1d

Monochromatic Colors of #bdf21d

#bdf21d

Complementary Color

#bdf21d #521df2

#bdf21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf21d Color CSS Codes

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

#bdf21d Text Font Color

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

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


#bdf21d Background Color

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

This div background color is #bdf21d


#bdf21d Border Color

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

This div border color is #bdf21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf21d


Comments

No comments written yet.

Please login to write comment.