Color Hex Logo

#bdef63 Color Hex

#BDEF63
(189,239,99)
0 Favorites   0 Comments

Color spaces of #bdef63

RGB 18923999
HSL0.230.810.66
HSV81°59°94°
CMYK 0.210.000.59   0.06
XYZ54.104973.452723.1305
Yxy73.45270.35910.4874
Hunter Lab85.7046-37.296743.9916
CIE-Lab88.6632-36.750661.1177

#bdef63 color RGB value is (189,239,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 01100011
Octal 275 357 143
Decimal 189 239 99
Hex BD EF 63

RGB Percentages of Color #bdef63

%35.86
%45.35
%18.79

CMYK Percentages of Color #bdef63

%21
%0
%59
%6

Triadic Colors of #bdef63

#bdef63 #63bdef #ef63bd

Analogous Colors of #bdef63

#bdef63 #77ef63 #efdb63

Monochromatic Colors of #bdef63

#bdef63

Complementary Color

#bdef63 #9563ef

#bdef63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef63 Color CSS Codes

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

#bdef63 Text Font Color

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

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


#bdef63 Background Color

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

This div background color is #bdef63


#bdef63 Border Color

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

This div border color is #bdef63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef63


Comments

No comments written yet.

Please login to write comment.