Color Hex Logo

#bdf763 Color Hex

#BDF763
(189,247,99)
0 Favorites   0 Comments

Color spaces of #bdf763

RGB 18924799
HSL0.230.900.68
HSV84°60°97°
CMYK 0.230.000.60   0.03
XYZ56.499278.241223.9286
Yxy78.24120.35610.4931
Hunter Lab88.4541-40.779445.8787
CIE-Lab90.8899-40.323863.5998

#bdf763 color RGB value is (189,247,99).

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

The process color (four color CMYK) of #bdf763 color hex is 0.23, 0.00, 0.60, 0.03. Web safe color of #bdf763 is #ccff66. Color #bdf763 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110111 01100011
Octal 275 367 143
Decimal 189 247 99
Hex BD F7 63

RGB Percentages of Color #bdf763

%35.33
%46.17
%18.50

CMYK Percentages of Color #bdf763

%23
%0
%60
%3

Triadic Colors of #bdf763

#bdf763 #63bdf7 #f763bd

Analogous Colors of #bdf763

#bdf763 #73f763 #f7e763

Monochromatic Colors of #bdf763

#bdf763

Complementary Color

#bdf763 #9d63f7

#bdf763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf763 Color CSS Codes

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

#bdf763 Text Font Color

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

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


#bdf763 Background Color

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

This div background color is #bdf763


#bdf763 Border Color

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

This div border color is #bdf763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf763


Comments

No comments written yet.

Please login to write comment.