Color Hex Logo

#bdf060 Color Hex

#BDF060
(189,240,96)
0 Favorites   0 Comments

Color spaces of #bdf060

RGB 18924096
HSL0.230.830.66
HSV81°60°94°
CMYK 0.210.000.60   0.06
XYZ54.257773.983522.4869
Yxy73.98350.36000.4908
Hunter Lab86.0137-37.925544.7091
CIE-Lab88.9147-37.445062.6686

#bdf060 color RGB value is (189,240,96).

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

The process color (four color CMYK) of #bdf060 color hex is 0.21, 0.00, 0.60, 0.06. Web safe color of #bdf060 is #ccff66. Color #bdf060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 01100000
Octal 275 360 140
Decimal 189 240 96
Hex BD F0 60

RGB Percentages of Color #bdf060

%36.00
%45.71
%18.29

CMYK Percentages of Color #bdf060

%21
%0
%60
%6

Triadic Colors of #bdf060

#bdf060 #60bdf0 #f060bd

Analogous Colors of #bdf060

#bdf060 #75f060 #f0db60

Monochromatic Colors of #bdf060

#bdf060

Complementary Color

#bdf060 #9360f0

#bdf060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf060 Color CSS Codes

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

#bdf060 Text Font Color

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

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


#bdf060 Background Color

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

This div background color is #bdf060


#bdf060 Border Color

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

This div border color is #bdf060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf060


Comments

No comments written yet.

Please login to write comment.