Color Hex Logo

#bdfe38 Color Hex

#BDFE38
(189,254,56)
0 Favorites   0 Comments

Color spaces of #bdfe38

RGB 18925456
HSL0.220.990.61
HSV80°78°100°
CMYK 0.260.000.78   0.00
XYZ57.141981.988016.5549
Yxy81.98800.36700.5266
Hunter Lab90.5472-45.811152.5430
CIE-Lab92.5696-45.975880.4428

#bdfe38 color RGB value is (189,254,56).

#bdfe38 hex color red value is 189, green value is 254 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bdfe38 hue: 0.22 , saturation: 0.99 and the lightness value of bdfe38 is 0.61.

The process color (four color CMYK) of #bdfe38 color hex is 0.26, 0.00, 0.78, 0.00. Web safe color of #bdfe38 is #ccff33. Color #bdfe38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 00111000
Octal 275 376 70
Decimal 189 254 56
Hex BD FE 38

RGB Percentages of Color #bdfe38

%37.88
%50.90
%11.22

CMYK Percentages of Color #bdfe38

%26
%0
%78
%0

Triadic Colors of #bdfe38

#bdfe38 #38bdfe #fe38bd

Analogous Colors of #bdfe38

#bdfe38 #5afe38 #fedc38

Monochromatic Colors of #bdfe38

#bdfe38

Complementary Color

#bdfe38 #7938fe

#bdfe38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfe38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfe38 Color CSS Codes

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

#bdfe38 Text Font Color

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

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


#bdfe38 Background Color

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

This div background color is #bdfe38


#bdfe38 Border Color

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

This div border color is #bdfe38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfe38

Related Colors


Comments

No comments written yet.

Please login to write comment.