Color Hex Logo

#bdfc5e Color Hex

#BDFC5E
(189,252,94)
0 Favorites   0 Comments

Color spaces of #bdfc5e

RGB 18925294
HSL0.230.960.68
HSV84°63°99°
CMYK 0.250.000.63   0.01
XYZ57.817081.247823.2248
Yxy81.24780.35630.5006
Hunter Lab90.1376-43.245447.8197
CIE-Lab92.2418-42.907967.1259

#bdfc5e color RGB value is (189,252,94).

#bdfc5e hex color red value is 189, green value is 252 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bdfc5e hue: 0.23 , saturation: 0.96 and the lightness value of bdfc5e is 0.68.

The process color (four color CMYK) of #bdfc5e color hex is 0.25, 0.00, 0.63, 0.01. Web safe color of #bdfc5e is #ccff66. Color #bdfc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111100 01011110
Octal 275 374 136
Decimal 189 252 94
Hex BD FC 5E

RGB Percentages of Color #bdfc5e

%35.33
%47.10
%17.57

CMYK Percentages of Color #bdfc5e

%25
%0
%63
%1

Triadic Colors of #bdfc5e

#bdfc5e #5ebdfc #fc5ebd

Analogous Colors of #bdfc5e

#bdfc5e #6efc5e #fcec5e

Monochromatic Colors of #bdfc5e

#bdfc5e

Complementary Color

#bdfc5e #9d5efc

#bdfc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfc5e Color CSS Codes

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

#bdfc5e Text Font Color

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

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


#bdfc5e Background Color

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

This div background color is #bdfc5e


#bdfc5e Border Color

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

This div border color is #bdfc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfc5e

Related Colors


Comments

No comments written yet.

Please login to write comment.