Color Hex Logo

#bdf901 Color Hex

#BDF901
(189,249,1)
0 Favorites   0 Comments

Color spaces of #bdf901

RGB 1892491
HSL0.210.990.49
HSV75°100°98°
CMYK 0.240.001.00   0.02
XYZ54.867478.572412.3029
Yxy78.57240.37650.5391
Hunter Lab88.6411-44.633253.8196
CIE-Lab91.0405-45.060087.8631

#bdf901 color RGB value is (189,249,1).

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

The process color (four color CMYK) of #bdf901 color hex is 0.24, 0.00, 1.00, 0.02. Web safe color of #bdf901 is #ccff00. Color #bdf901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 00000001
Octal 275 371 1
Decimal 189 249 1
Hex BD F9 1

RGB Percentages of Color #bdf901

%43.05
%56.72
%0.23

CMYK Percentages of Color #bdf901

%24
%0
%100
%2

Triadic Colors of #bdf901

#bdf901 #01bdf9 #f901bd

Analogous Colors of #bdf901

#bdf901 #41f901 #f9b901

Monochromatic Colors of #bdf901

#bdf901

Complementary Color

#bdf901 #3d01f9

#bdf901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf901 Color CSS Codes

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

#bdf901 Text Font Color

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

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


#bdf901 Background Color

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

This div background color is #bdf901


#bdf901 Border Color

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

This div border color is #bdf901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf901

Related Colors


Comments

No comments written yet.

Please login to write comment.