Color Hex Logo

#bdf986 Color Hex

#BDF986
(189,249,134)
0 Favorites   0 Comments

Color spaces of #bdf986

RGB 189249134
HSL0.250.910.75
HSV91°46°98°
CMYK 0.240.000.46   0.02
XYZ59.165080.291434.9337
Yxy80.29140.33930.4604
Hunter Lab89.6055-38.949039.6090
CIE-Lab91.8154-37.802848.9715

#bdf986 color RGB value is (189,249,134).

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

The process color (four color CMYK) of #bdf986 color hex is 0.24, 0.00, 0.46, 0.02. Web safe color of #bdf986 is #ccff99. Color #bdf986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10000110
Octal 275 371 206
Decimal 189 249 134
Hex BD F9 86

RGB Percentages of Color #bdf986

%33.04
%43.53
%23.43

CMYK Percentages of Color #bdf986

%24
%0
%46
%2

Triadic Colors of #bdf986

#bdf986 #86bdf9 #f986bd

Analogous Colors of #bdf986

#bdf986 #86f989 #f7f986

Monochromatic Colors of #bdf986

#bdf986

Complementary Color

#bdf986 #c286f9

#bdf986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf986 Color CSS Codes

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

#bdf986 Text Font Color

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

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


#bdf986 Background Color

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

This div background color is #bdf986


#bdf986 Border Color

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

This div border color is #bdf986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf986


Comments

No comments written yet.

Please login to write comment.