Color Hex Logo

#bdf801 Color Hex

#BDF801
(189,248,1)
0 Favorites   0 Comments

Color spaces of #bdf801

RGB 1892481
HSL0.210.990.49
HSV74°100°97°
CMYK 0.240.001.00   0.03
XYZ54.559177.955812.2001
Yxy77.95580.37700.5387
Hunter Lab88.2926-44.210653.6122
CIE-Lab90.7597-44.631287.6491

#bdf801 color RGB value is (189,248,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 00000001
Octal 275 370 1
Decimal 189 248 1
Hex BD F8 1

RGB Percentages of Color #bdf801

%43.15
%56.62
%0.23

CMYK Percentages of Color #bdf801

%24
%0
%100
%3

Triadic Colors of #bdf801

#bdf801 #01bdf8 #f801bd

Analogous Colors of #bdf801

#bdf801 #42f801 #f8b801

Monochromatic Colors of #bdf801

#bdf801

Complementary Color

#bdf801 #3c01f8

#bdf801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf801 Color CSS Codes

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

#bdf801 Text Font Color

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

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


#bdf801 Background Color

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

This div background color is #bdf801


#bdf801 Border Color

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

This div border color is #bdf801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf801


Comments

No comments written yet.

Please login to write comment.