Color Hex Logo

#bdf47f Color Hex

#BDF47F
(189,244,127)
0 Favorites   0 Comments

Color spaces of #bdf47f

RGB 189244127
HSL0.250.840.73
HSV88°48°96°
CMYK 0.230.000.48   0.04
XYZ57.167777.052531.9382
Yxy77.05250.34410.4637
Hunter Lab87.7796-37.363539.8733
CIE-Lab90.3458-36.327050.4685

#bdf47f color RGB value is (189,244,127).

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

The process color (four color CMYK) of #bdf47f color hex is 0.23, 0.00, 0.48, 0.04. Web safe color of #bdf47f is #ccff66. Color #bdf47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 01111111
Octal 275 364 177
Decimal 189 244 127
Hex BD F4 7F

RGB Percentages of Color #bdf47f

%33.75
%43.57
%22.68

CMYK Percentages of Color #bdf47f

%23
%0
%48
%4

Triadic Colors of #bdf47f

#bdf47f #7fbdf4 #f47fbd

Analogous Colors of #bdf47f

#bdf47f #83f47f #f4f17f

Monochromatic Colors of #bdf47f

#bdf47f

Complementary Color

#bdf47f #b67ff4

#bdf47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf47f Color CSS Codes

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

#bdf47f Text Font Color

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

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


#bdf47f Background Color

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

This div background color is #bdf47f


#bdf47f Border Color

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

This div border color is #bdf47f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,244,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 #bdf47f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf47f


Comments

No comments written yet.

Please login to write comment.