Color Hex Logo

#bdf959 Color Hex

#BDF959
(189,249,89)
0 Favorites   0 Comments

Color spaces of #bdf959

RGB 18924989
HSL0.230.930.66
HSV82°64°98°
CMYK 0.240.000.64   0.02
XYZ56.665179.291421.7694
Yxy79.29140.35930.5027
Hunter Lab89.0457-42.239847.8371
CIE-Lab91.3660-41.965068.1659

#bdf959 color RGB value is (189,249,89).

#bdf959 hex color red value is 189, green value is 249 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bdf959 hue: 0.23 , saturation: 0.93 and the lightness value of bdf959 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01011001
Octal 275 371 131
Decimal 189 249 89
Hex BD F9 59

RGB Percentages of Color #bdf959

%35.86
%47.25
%16.89

CMYK Percentages of Color #bdf959

%24
%0
%64
%2

Triadic Colors of #bdf959

#bdf959 #59bdf9 #f959bd

Analogous Colors of #bdf959

#bdf959 #6df959 #f9e559

Monochromatic Colors of #bdf959

#bdf959

Complementary Color

#bdf959 #9559f9

#bdf959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf959 Color CSS Codes

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

#bdf959 Text Font Color

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

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


#bdf959 Background Color

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

This div background color is #bdf959


#bdf959 Border Color

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

This div border color is #bdf959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf959

Related Colors


Comments

No comments written yet.

Please login to write comment.