Color Hex Logo

#bdd63b Color Hex

#BDD63B
(189,214,59)
0 Favorites   0 Comments

Color spaces of #bdd63b

RGB 18921459
HSL0.190.650.54
HSV70°72°84°
CMYK 0.120.000.72   0.16
XYZ45.822359.227713.1547
Yxy59.22770.38770.5011
Hunter Lab76.9595-28.398943.7372
CIE-Lab81.4166-27.841969.0883

#bdd63b color RGB value is (189,214,59).

#bdd63b hex color red value is 189, green value is 214 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bdd63b hue: 0.19 , saturation: 0.65 and the lightness value of bdd63b is 0.54.

The process color (four color CMYK) of #bdd63b color hex is 0.12, 0.00, 0.72, 0.16. Web safe color of #bdd63b is #cccc33. Color #bdd63b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 00111011
Octal 275 326 73
Decimal 189 214 59
Hex BD D6 3B

RGB Percentages of Color #bdd63b

%40.91
%46.32
%12.77

CMYK Percentages of Color #bdd63b

%12
%0
%72
%16

Triadic Colors of #bdd63b

#bdd63b #3bbdd6 #d63bbd

Analogous Colors of #bdd63b

#bdd63b #70d63b #d6a23b

Monochromatic Colors of #bdd63b

#bdd63b

Complementary Color

#bdd63b #543bd6

#bdd63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd63b Color CSS Codes

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

#bdd63b Text Font Color

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

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


#bdd63b Background Color

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

This div background color is #bdd63b


#bdd63b Border Color

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

This div border color is #bdd63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd63b


Comments

No comments written yet.

Please login to write comment.