Color Hex Logo

#bdd61e Color Hex

#BDD61E
(189,214,30)
0 Favorites   0 Comments

Color spaces of #bdd61e

RGB 18921430
HSL0.190.750.48
HSV68°86°84°
CMYK 0.120.000.86   0.16
XYZ45.267259.005710.2317
Yxy59.00570.39530.5153
Hunter Lab76.8152-29.236445.8733
CIE-Lab81.2947-28.906276.8226

#bdd61e color RGB value is (189,214,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 00011110
Octal 275 326 36
Decimal 189 214 30
Hex BD D6 1E

RGB Percentages of Color #bdd61e

%43.65
%49.42
%6.93

CMYK Percentages of Color #bdd61e

%12
%0
%86
%16

Triadic Colors of #bdd61e

#bdd61e #1ebdd6 #d61ebd

Analogous Colors of #bdd61e

#bdd61e #61d61e #d6931e

Monochromatic Colors of #bdd61e

#bdd61e

Complementary Color

#bdd61e #371ed6

#bdd61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd61e Color CSS Codes

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

#bdd61e Text Font Color

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

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


#bdd61e Background Color

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

This div background color is #bdd61e


#bdd61e Border Color

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

This div border color is #bdd61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd61e


Comments

No comments written yet.

Please login to write comment.