Color Hex Logo

#bdf308 Color Hex

#BDF308
(189,243,8)
0 Favorites   0 Comments

Color spaces of #bdf308

RGB 1892438
HSL0.200.940.49
HSV74°97°95°
CMYK 0.220.000.97   0.05
XYZ53.080774.937511.8965
Yxy74.93750.37940.5356
Hunter Lab86.5664-42.038952.4485
CIE-Lab89.3637-42.401686.0487

#bdf308 color RGB value is (189,243,8).

#bdf308 hex color red value is 189, green value is 243 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bdf308 hue: 0.20 , saturation: 0.94 and the lightness value of bdf308 is 0.49.

The process color (four color CMYK) of #bdf308 color hex is 0.22, 0.00, 0.97, 0.05. Web safe color of #bdf308 is #ccff00. Color #bdf308 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 00001000
Octal 275 363 10
Decimal 189 243 8
Hex BD F3 8

RGB Percentages of Color #bdf308

%42.95
%55.23
%1.82

CMYK Percentages of Color #bdf308

%22
%0
%97
%5

Triadic Colors of #bdf308

#bdf308 #08bdf3 #f308bd

Analogous Colors of #bdf308

#bdf308 #48f308 #f3b408

Monochromatic Colors of #bdf308

#bdf308

Complementary Color

#bdf308 #3e08f3

#bdf308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf308 Color CSS Codes

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

#bdf308 Text Font Color

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

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


#bdf308 Background Color

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

This div background color is #bdf308


#bdf308 Border Color

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

This div border color is #bdf308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf308


Comments

No comments written yet.

Please login to write comment.