Color Hex Logo

#bdf501 Color Hex

#BDF501
(189,245,1)
0 Favorites   0 Comments

Color spaces of #bdf501

RGB 1892451
HSL0.200.990.48
HSV74°100°96°
CMYK 0.230.001.00   0.04
XYZ53.644276.125811.8951
Yxy76.12580.37870.5374
Hunter Lab87.2501-42.940152.9919
CIE-Lab89.9177-43.337687.0076

#bdf501 color RGB value is (189,245,1).

#bdf501 hex color red value is 189, green value is 245 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bdf501 hue: 0.20 , saturation: 0.99 and the lightness value of bdf501 is 0.48.

The process color (four color CMYK) of #bdf501 color hex is 0.23, 0.00, 1.00, 0.04. Web safe color of #bdf501 is #ccff00. Color #bdf501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00000001
Octal 275 365 1
Decimal 189 245 1
Hex BD F5 1

RGB Percentages of Color #bdf501

%43.45
%56.32
%0.23

CMYK Percentages of Color #bdf501

%23
%0
%100
%4

Triadic Colors of #bdf501

#bdf501 #01bdf5 #f501bd

Analogous Colors of #bdf501

#bdf501 #43f501 #f5b301

Monochromatic Colors of #bdf501

#bdf501

Complementary Color

#bdf501 #3901f5

#bdf501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf501 Color CSS Codes

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

#bdf501 Text Font Color

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

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


#bdf501 Background Color

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

This div background color is #bdf501


#bdf501 Border Color

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

This div border color is #bdf501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf501

Related Colors


Comments

No comments written yet.

Please login to write comment.