Color Hex Logo

#bdf031 Color Hex

#BDF031
(189,240,49)
0 Favorites   0 Comments

Color spaces of #bdf031

RGB 18924049
HSL0.210.860.57
HSV76°80°94°
CMYK 0.210.000.80   0.06
XYZ52.700773.360714.2881
Yxy73.36070.37550.5227
Hunter Lab85.6509-40.058550.0650
CIE-Lab88.6195-40.178578.7454

#bdf031 color RGB value is (189,240,49).

#bdf031 hex color red value is 189, green value is 240 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bdf031 hue: 0.21 , saturation: 0.86 and the lightness value of bdf031 is 0.57.

The process color (four color CMYK) of #bdf031 color hex is 0.21, 0.00, 0.80, 0.06. Web safe color of #bdf031 is #ccff33. Color #bdf031 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 00110001
Octal 275 360 61
Decimal 189 240 49
Hex BD F0 31

RGB Percentages of Color #bdf031

%39.54
%50.21
%10.25

CMYK Percentages of Color #bdf031

%21
%0
%80
%6

Triadic Colors of #bdf031

#bdf031 #31bdf0 #f031bd

Analogous Colors of #bdf031

#bdf031 #5df031 #f0c431

Monochromatic Colors of #bdf031

#bdf031

Complementary Color

#bdf031 #6431f0

#bdf031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf031 Color CSS Codes

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

#bdf031 Text Font Color

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

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


#bdf031 Background Color

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

This div background color is #bdf031


#bdf031 Border Color

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

This div border color is #bdf031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf031


Comments

No comments written yet.

Please login to write comment.