Color Hex Logo

#bdf16b Color Hex

#BDF16B
(189,241,107)
0 Favorites   0 Comments

Color spaces of #bdf16b

RGB 189241107
HSL0.230.830.68
HSV83°56°95°
CMYK 0.220.000.56   0.05
XYZ55.095474.790925.4422
Yxy74.79090.35470.4815
Hunter Lab86.4817-37.625043.0946
CIE-Lab89.2950-36.960458.3570

#bdf16b color RGB value is (189,241,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01101011
Octal 275 361 153
Decimal 189 241 107
Hex BD F1 6B

RGB Percentages of Color #bdf16b

%35.20
%44.88
%19.93

CMYK Percentages of Color #bdf16b

%22
%0
%56
%5

Triadic Colors of #bdf16b

#bdf16b #6bbdf1 #f16bbd

Analogous Colors of #bdf16b

#bdf16b #7af16b #f1e26b

Monochromatic Colors of #bdf16b

#bdf16b

Complementary Color

#bdf16b #9f6bf1

#bdf16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf16b Color CSS Codes

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

#bdf16b Text Font Color

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

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


#bdf16b Background Color

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

This div background color is #bdf16b


#bdf16b Border Color

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

This div border color is #bdf16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf16b


Comments

No comments written yet.

Please login to write comment.