Color Hex Logo

#bdf831 Color Hex

#BDF831
(189,248,49)
0 Favorites   0 Comments

Color spaces of #bdf831

RGB 18924849
HSL0.220.930.58
HSV78°80°97°
CMYK 0.240.000.80   0.03
XYZ55.108078.175415.0906
Yxy78.17540.37140.5269
Hunter Lab88.4169-43.474951.7724
CIE-Lab90.8599-43.674080.7400

#bdf831 color RGB value is (189,248,49).

#bdf831 hex color red value is 189, green value is 248 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bdf831 hue: 0.22 , saturation: 0.93 and the lightness value of bdf831 is 0.58.

The process color (four color CMYK) of #bdf831 color hex is 0.24, 0.00, 0.80, 0.03. Web safe color of #bdf831 is #ccff33. Color #bdf831 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00110001
Octal 275 370 61
Decimal 189 248 49
Hex BD F8 31

RGB Percentages of Color #bdf831

%38.89
%51.03
%10.08

CMYK Percentages of Color #bdf831

%24
%0
%80
%3

Triadic Colors of #bdf831

#bdf831 #31bdf8 #f831bd

Analogous Colors of #bdf831

#bdf831 #5af831 #f8d031

Monochromatic Colors of #bdf831

#bdf831

Complementary Color

#bdf831 #6c31f8

#bdf831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf831 Color CSS Codes

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

#bdf831 Text Font Color

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

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


#bdf831 Background Color

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

This div background color is #bdf831


#bdf831 Border Color

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

This div border color is #bdf831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf831


Comments

No comments written yet.

Please login to write comment.