Color Hex Logo

#bdf529 Color Hex

#BDF529
(189,245,41)
0 Favorites   0 Comments

Color spaces of #bdf529

RGB 18924541
HSL0.210.910.56
HSV76°83°96°
CMYK 0.230.000.83   0.04
XYZ54.038976.283713.9739
Yxy76.28370.37450.5287
Hunter Lab87.3405-42.405351.6524
CIE-Lab89.9909-42.642181.8604

#bdf529 color RGB value is (189,245,41).

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

The process color (four color CMYK) of #bdf529 color hex is 0.23, 0.00, 0.83, 0.04. Web safe color of #bdf529 is #ccff33. Color #bdf529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00101001
Octal 275 365 51
Decimal 189 245 41
Hex BD F5 29

RGB Percentages of Color #bdf529

%39.79
%51.58
%8.63

CMYK Percentages of Color #bdf529

%23
%0
%83
%4

Triadic Colors of #bdf529

#bdf529 #29bdf5 #f529bd

Analogous Colors of #bdf529

#bdf529 #57f529 #f5c729

Monochromatic Colors of #bdf529

#bdf529

Complementary Color

#bdf529 #6129f5

#bdf529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf529 Color CSS Codes

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

#bdf529 Text Font Color

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

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


#bdf529 Background Color

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

This div background color is #bdf529


#bdf529 Border Color

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

This div border color is #bdf529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf529


Comments

No comments written yet.

Please login to write comment.