Color Hex Logo

#bdfa60 Color Hex

#BDFA60
(189,250,96)
0 Favorites   0 Comments

Color spaces of #bdfa60

RGB 18925096
HSL0.230.940.68
HSV84°62°98°
CMYK 0.240.000.62   0.02
XYZ57.283280.034623.4954
Yxy80.03460.35620.4977
Hunter Lab89.4621-42.263847.0521
CIE-Lab91.7004-41.881865.7300

#bdfa60 color RGB value is (189,250,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 01100000
Octal 275 372 140
Decimal 189 250 96
Hex BD FA 60

RGB Percentages of Color #bdfa60

%35.33
%46.73
%17.94

CMYK Percentages of Color #bdfa60

%24
%0
%62
%2

Triadic Colors of #bdfa60

#bdfa60 #60bdfa #fa60bd

Analogous Colors of #bdfa60

#bdfa60 #70fa60 #faea60

Monochromatic Colors of #bdfa60

#bdfa60

Complementary Color

#bdfa60 #9d60fa

#bdfa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfa60 Color CSS Codes

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

#bdfa60 Text Font Color

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

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


#bdfa60 Background Color

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

This div background color is #bdfa60


#bdfa60 Border Color

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

This div border color is #bdfa60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,250,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 #bdfa60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfa60

Related Colors


Comments

No comments written yet.

Please login to write comment.