Color Hex Logo

#bdf52e Color Hex

#BDF52E
(189,245,46)
0 Favorites   0 Comments

Color spaces of #bdf52e

RGB 18924546
HSL0.210.910.57
HSV77°81°96°
CMYK 0.230.000.81   0.04
XYZ54.131876.320914.4631
Yxy76.32090.37350.5267
Hunter Lab87.3618-42.279751.3376
CIE-Lab90.0081-42.479180.7264

#bdf52e color RGB value is (189,245,46).

#bdf52e hex color red value is 189, green value is 245 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bdf52e hue: 0.21 , saturation: 0.91 and the lightness value of bdf52e is 0.57.

The process color (four color CMYK) of #bdf52e color hex is 0.23, 0.00, 0.81, 0.04. Web safe color of #bdf52e is #ccff33. Color #bdf52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 00101110
Octal 275 365 56
Decimal 189 245 46
Hex BD F5 2E

RGB Percentages of Color #bdf52e

%39.38
%51.04
%9.58

CMYK Percentages of Color #bdf52e

%23
%0
%81
%4

Triadic Colors of #bdf52e

#bdf52e #2ebdf5 #f52ebd

Analogous Colors of #bdf52e

#bdf52e #59f52e #f5ca2e

Monochromatic Colors of #bdf52e

#bdf52e

Complementary Color

#bdf52e #662ef5

#bdf52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf52e Color CSS Codes

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

#bdf52e Text Font Color

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

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


#bdf52e Background Color

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

This div background color is #bdf52e


#bdf52e Border Color

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

This div border color is #bdf52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf52e


Comments

No comments written yet.

Please login to write comment.