Color Hex Logo

#bdd205 Color Hex

#BDD205
(189,210,5)
0 Favorites   0 Comments

Color spaces of #bdd205

RGB 1892105
HSL0.180.950.42
HSV66°98°82°
CMYK 0.100.000.98   0.18
XYZ44.060356.92308.8086
Yxy56.92300.40130.5185
Hunter Lab75.4473-27.791145.8909
CIE-Lab80.1363-27.414379.2529

#bdd205 color RGB value is (189,210,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 00000101
Octal 275 322 5
Decimal 189 210 5
Hex BD D2 5

RGB Percentages of Color #bdd205

%46.78
%51.98
%1.24

CMYK Percentages of Color #bdd205

%10
%0
%98
%18

Triadic Colors of #bdd205

#bdd205 #05bdd2 #d205bd

Analogous Colors of #bdd205

#bdd205 #57d205 #d28105

Monochromatic Colors of #bdd205

#bdd205

Complementary Color

#bdd205 #1a05d2

#bdd205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd205 Color CSS Codes

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

#bdd205 Text Font Color

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

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


#bdd205 Background Color

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

This div background color is #bdd205


#bdd205 Border Color

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

This div border color is #bdd205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd205


Comments

No comments written yet.

Please login to write comment.