Color Hex Logo

#bdf985 Color Hex

#BDF985
(189,249,133)
0 Favorites   0 Comments

Color spaces of #bdf985

RGB 189249133
HSL0.250.910.75
HSV91°47°98°
CMYK 0.240.000.47   0.02
XYZ59.095680.263634.5681
Yxy80.26360.33980.4615
Hunter Lab89.5900-39.039739.8360
CIE-Lab91.8030-37.916149.4293

#bdf985 color RGB value is (189,249,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10000101
Octal 275 371 205
Decimal 189 249 133
Hex BD F9 85

RGB Percentages of Color #bdf985

%33.10
%43.61
%23.29

CMYK Percentages of Color #bdf985

%24
%0
%47
%2

Triadic Colors of #bdf985

#bdf985 #85bdf9 #f985bd

Analogous Colors of #bdf985

#bdf985 #85f987 #f7f985

Monochromatic Colors of #bdf985

#bdf985

Complementary Color

#bdf985 #c185f9

#bdf985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf985 Color CSS Codes

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

#bdf985 Text Font Color

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

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


#bdf985 Background Color

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

This div background color is #bdf985


#bdf985 Border Color

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

This div border color is #bdf985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf985


Comments

No comments written yet.

Please login to write comment.