Color Hex Logo

#bdf97f Color Hex

#BDF97F
(189,249,127)
0 Favorites   0 Comments

Color spaces of #bdf97f

RGB 189249127
HSL0.250.910.74
HSV90°49°98°
CMYK 0.240.000.49   0.02
XYZ58.692780.102532.4466
Yxy80.10250.34270.4678
Hunter Lab89.5000-39.567541.1555
CIE-Lab91.7308-38.577152.1551

#bdf97f color RGB value is (189,249,127).

#bdf97f hex color red value is 189, green value is 249 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bdf97f hue: 0.25 , saturation: 0.91 and the lightness value of bdf97f is 0.74.

The process color (four color CMYK) of #bdf97f color hex is 0.24, 0.00, 0.49, 0.02. Web safe color of #bdf97f is #ccff66. Color #bdf97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01111111
Octal 275 371 177
Decimal 189 249 127
Hex BD F9 7F

RGB Percentages of Color #bdf97f

%33.45
%44.07
%22.48

CMYK Percentages of Color #bdf97f

%24
%0
%49
%2

Triadic Colors of #bdf97f

#bdf97f #7fbdf9 #f97fbd

Analogous Colors of #bdf97f

#bdf97f #80f97f #f9f87f

Monochromatic Colors of #bdf97f

#bdf97f

Complementary Color

#bdf97f #bb7ff9

#bdf97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf97f Color CSS Codes

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

#bdf97f Text Font Color

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

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


#bdf97f Background Color

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

This div background color is #bdf97f


#bdf97f Border Color

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

This div border color is #bdf97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf97f


Comments

No comments written yet.

Please login to write comment.