Color Hex Logo

#bdf129 Color Hex

#BDF129
(189,241,41)
0 Favorites   0 Comments

Color spaces of #bdf129

RGB 18924141
HSL0.210.880.55
HSV76°83°95°
CMYK 0.220.000.83   0.05
XYZ52.841873.889513.5749
Yxy73.88950.37660.5266
Hunter Lab85.9590-40.698550.8080
CIE-Lab88.8702-40.893280.8977

#bdf129 color RGB value is (189,241,41).

#bdf129 hex color red value is 189, green value is 241 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bdf129 hue: 0.21 , saturation: 0.88 and the lightness value of bdf129 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 00101001
Octal 275 361 51
Decimal 189 241 41
Hex BD F1 29

RGB Percentages of Color #bdf129

%40.13
%51.17
%8.70

CMYK Percentages of Color #bdf129

%22
%0
%83
%5

Triadic Colors of #bdf129

#bdf129 #29bdf1 #f129bd

Analogous Colors of #bdf129

#bdf129 #59f129 #f1c129

Monochromatic Colors of #bdf129

#bdf129

Complementary Color

#bdf129 #5d29f1

#bdf129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf129 Color CSS Codes

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

#bdf129 Text Font Color

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

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


#bdf129 Background Color

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

This div background color is #bdf129


#bdf129 Border Color

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

This div border color is #bdf129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf129

Related Colors


Comments

No comments written yet.

Please login to write comment.