Color Hex Logo

#bdfd06 Color Hex

#BDFD06
(189,253,6)
0 Favorites   0 Comments

Color spaces of #bdfd06

RGB 1892536
HSL0.210.980.51
HSV76°98°99°
CMYK 0.250.000.98   0.01
XYZ56.144481.082512.8637
Yxy81.08250.37410.5402
Hunter Lab90.0458-46.283854.5621
CIE-Lab92.1684-46.716688.3604

#bdfd06 color RGB value is (189,253,6).

#bdfd06 hex color red value is 189, green value is 253 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bdfd06 hue: 0.21 , saturation: 0.98 and the lightness value of bdfd06 is 0.51.

The process color (four color CMYK) of #bdfd06 color hex is 0.25, 0.00, 0.98, 0.01. Web safe color of #bdfd06 is #ccff00. Color #bdfd06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 00000110
Octal 275 375 6
Decimal 189 253 6
Hex BD FD 6

RGB Percentages of Color #bdfd06

%42.19
%56.47
%1.34

CMYK Percentages of Color #bdfd06

%25
%0
%98
%1

Triadic Colors of #bdfd06

#bdfd06 #06bdfd #fd06bd

Analogous Colors of #bdfd06

#bdfd06 #42fd06 #fdc206

Monochromatic Colors of #bdfd06

#bdfd06

Complementary Color

#bdfd06 #4606fd

#bdfd06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfd06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfd06 Color CSS Codes

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

#bdfd06 Text Font Color

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

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


#bdfd06 Background Color

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

This div background color is #bdfd06


#bdfd06 Border Color

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

This div border color is #bdfd06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfd06

Related Colors


Comments

No comments written yet.

Please login to write comment.