Color Hex Logo

#bdd208 Color Hex

#BDD208
(189,210,8)
0 Favorites   0 Comments

Color spaces of #bdd208

RGB 1892108
HSL0.180.930.43
HSV66°96°82°
CMYK 0.100.000.96   0.18
XYZ44.076756.92958.8951
Yxy56.92950.40110.5180
Hunter Lab75.4516-27.765845.8264
CIE-Lab80.1399-27.382078.9770

#bdd208 color RGB value is (189,210,8).

#bdd208 hex color red value is 189, green value is 210 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bdd208 hue: 0.18 , saturation: 0.93 and the lightness value of bdd208 is 0.43.

The process color (four color CMYK) of #bdd208 color hex is 0.10, 0.00, 0.96, 0.18. Web safe color of #bdd208 is #cccc00. Color #bdd208 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 00001000
Octal 275 322 10
Decimal 189 210 8
Hex BD D2 8

RGB Percentages of Color #bdd208

%46.44
%51.60
%1.97

CMYK Percentages of Color #bdd208

%10
%0
%96
%18

Triadic Colors of #bdd208

#bdd208 #08bdd2 #d208bd

Analogous Colors of #bdd208

#bdd208 #58d208 #d28208

Monochromatic Colors of #bdd208

#bdd208

Complementary Color

#bdd208 #1d08d2

#bdd208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd208 Color CSS Codes

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

#bdd208 Text Font Color

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

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


#bdd208 Background Color

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

This div background color is #bdd208


#bdd208 Border Color

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

This div border color is #bdd208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd208


Comments

No comments written yet.

Please login to write comment.