Color Hex Logo

#bdf963 Color Hex

#BDF963
(189,249,99)
0 Favorites   0 Comments

Color spaces of #bdf963

RGB 18924999
HSL0.230.930.68
HSV84°60°98°
CMYK 0.240.000.60   0.02
XYZ57.114179.471024.1336
Yxy79.47100.35540.4945
Hunter Lab89.1465-41.645646.3517
CIE-Lab91.4470-41.205664.2166

#bdf963 color RGB value is (189,249,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01100011
Octal 275 371 143
Decimal 189 249 99
Hex BD F9 63

RGB Percentages of Color #bdf963

%35.20
%46.37
%18.44

CMYK Percentages of Color #bdf963

%24
%0
%60
%2

Triadic Colors of #bdf963

#bdf963 #63bdf9 #f963bd

Analogous Colors of #bdf963

#bdf963 #72f963 #f9ea63

Monochromatic Colors of #bdf963

#bdf963

Complementary Color

#bdf963 #9f63f9

#bdf963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf963 Color CSS Codes

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

#bdf963 Text Font Color

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

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


#bdf963 Background Color

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

This div background color is #bdf963


#bdf963 Border Color

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

This div border color is #bdf963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf963


Comments

No comments written yet.

Please login to write comment.