Color Hex Logo

#bdd70b Color Hex

#BDD70B
(189,215,11)
0 Favorites   0 Comments

Color spaces of #bdd70b

RGB 18921511
HSL0.190.900.44
HSV68°95°84°
CMYK 0.120.000.95   0.16
XYZ45.347159.44399.4004
Yxy59.44390.39710.5206
Hunter Lab77.0999-29.938146.7410
CIE-Lab81.5350-29.712279.7692

#bdd70b color RGB value is (189,215,11).

#bdd70b hex color red value is 189, green value is 215 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bdd70b hue: 0.19 , saturation: 0.90 and the lightness value of bdd70b is 0.44.

The process color (four color CMYK) of #bdd70b color hex is 0.12, 0.00, 0.95, 0.16. Web safe color of #bdd70b is #cccc00. Color #bdd70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 00001011
Octal 275 327 13
Decimal 189 215 11
Hex BD D7 B

RGB Percentages of Color #bdd70b

%45.54
%51.81
%2.65

CMYK Percentages of Color #bdd70b

%12
%0
%95
%16

Triadic Colors of #bdd70b

#bdd70b #0bbdd7 #d70bbd

Analogous Colors of #bdd70b

#bdd70b #57d70b #d78b0b

Monochromatic Colors of #bdd70b

#bdd70b

Complementary Color

#bdd70b #250bd7

#bdd70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd70b Color CSS Codes

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

#bdd70b Text Font Color

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

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


#bdd70b Background Color

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

This div background color is #bdd70b


#bdd70b Border Color

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

This div border color is #bdd70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd70b


Comments

No comments written yet.

Please login to write comment.