Color Hex Logo

#bdf980 Color Hex

#BDF980
(189,249,128)
0 Favorites   0 Comments

Color spaces of #bdf980

RGB 189249128
HSL0.250.910.74
HSV90°49°98°
CMYK 0.240.000.49   0.02
XYZ58.758280.128732.7916
Yxy80.12870.34230.4667
Hunter Lab89.5146-39.481640.9407
CIE-Lab91.7426-38.469451.7036

#bdf980 color RGB value is (189,249,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10000000
Octal 275 371 200
Decimal 189 249 128
Hex BD F9 80

RGB Percentages of Color #bdf980

%33.39
%43.99
%22.61

CMYK Percentages of Color #bdf980

%24
%0
%49
%2

Triadic Colors of #bdf980

#bdf980 #80bdf9 #f980bd

Analogous Colors of #bdf980

#bdf980 #81f980 #f9f980

Monochromatic Colors of #bdf980

#bdf980

Complementary Color

#bdf980 #bc80f9

#bdf980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf980 Color CSS Codes

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

#bdf980 Text Font Color

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

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


#bdf980 Background Color

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

This div background color is #bdf980


#bdf980 Border Color

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

This div border color is #bdf980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf980


Comments

No comments written yet.

Please login to write comment.