Color Hex Logo

#bdf17f Color Hex

#BDF17F
(189,241,127)
0 Favorites   0 Comments

Color spaces of #bdf17f

RGB 189241127
HSL0.240.800.72
HSV87°47°95°
CMYK 0.220.000.47   0.05
XYZ56.272375.261731.6398
Yxy75.26170.34490.4612
Hunter Lab86.7535-36.035339.1038
CIE-Lab89.5154-34.963149.4520

#bdf17f color RGB value is (189,241,127).

#bdf17f hex color red value is 189, green value is 241 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bdf17f hue: 0.24 , saturation: 0.80 and the lightness value of bdf17f is 0.72.

The process color (four color CMYK) of #bdf17f color hex is 0.22, 0.00, 0.47, 0.05. Web safe color of #bdf17f is #ccff66. Color #bdf17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01111111
Octal 275 361 177
Decimal 189 241 127
Hex BD F1 7F

RGB Percentages of Color #bdf17f

%33.93
%43.27
%22.80

CMYK Percentages of Color #bdf17f

%22
%0
%47
%5

Triadic Colors of #bdf17f

#bdf17f #7fbdf1 #f17fbd

Analogous Colors of #bdf17f

#bdf17f #84f17f #f1ec7f

Monochromatic Colors of #bdf17f

#bdf17f

Complementary Color

#bdf17f #b37ff1

#bdf17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf17f Color CSS Codes

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

#bdf17f Text Font Color

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

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


#bdf17f Background Color

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

This div background color is #bdf17f


#bdf17f Border Color

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

This div border color is #bdf17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf17f


Comments

No comments written yet.

Please login to write comment.