Color Hex Logo

#bdf584 Color Hex

#BDF584
(189,245,132)
0 Favorites   0 Comments

Color spaces of #bdf584

RGB 189245132
HSL0.250.850.74
HSV90°46°96°
CMYK 0.230.000.46   0.04
XYZ57.803577.789633.7981
Yxy77.78960.34120.4592
Hunter Lab88.1984-37.361839.0186
CIE-Lab90.6838-36.225248.5203

#bdf584 color RGB value is (189,245,132).

#bdf584 hex color red value is 189, green value is 245 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bdf584 hue: 0.25 , saturation: 0.85 and the lightness value of bdf584 is 0.74.

The process color (four color CMYK) of #bdf584 color hex is 0.23, 0.00, 0.46, 0.04. Web safe color of #bdf584 is #ccff99. Color #bdf584 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 10000100
Octal 275 365 204
Decimal 189 245 132
Hex BD F5 84

RGB Percentages of Color #bdf584

%33.39
%43.29
%23.32

CMYK Percentages of Color #bdf584

%23
%0
%46
%4

Triadic Colors of #bdf584

#bdf584 #84bdf5 #f584bd

Analogous Colors of #bdf584

#bdf584 #85f584 #f5f584

Monochromatic Colors of #bdf584

#bdf584

Complementary Color

#bdf584 #bc84f5

#bdf584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf584 Color CSS Codes

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

#bdf584 Text Font Color

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

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


#bdf584 Background Color

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

This div background color is #bdf584


#bdf584 Border Color

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

This div border color is #bdf584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf584


Comments

No comments written yet.

Please login to write comment.