Color Hex Logo

#bdd353 Color Hex

#BDD353
(189,211,83)
0 Favorites   0 Comments

Color spaces of #bdd353

RGB 18921183
HSL0.200.590.58
HSV70°61°83°
CMYK 0.100.000.61   0.17
XYZ45.841958.031916.9688
Yxy58.03190.37940.4802
Hunter Lab76.1787-25.897140.1182
CIE-Lab80.7565-24.940859.1932

#bdd353 color RGB value is (189,211,83).

#bdd353 hex color red value is 189, green value is 211 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bdd353 hue: 0.20 , saturation: 0.59 and the lightness value of bdd353 is 0.58.

The process color (four color CMYK) of #bdd353 color hex is 0.10, 0.00, 0.61, 0.17. Web safe color of #bdd353 is #cccc66. Color #bdd353 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 01010011
Octal 275 323 123
Decimal 189 211 83
Hex BD D3 53

RGB Percentages of Color #bdd353

%39.13
%43.69
%17.18

CMYK Percentages of Color #bdd353

%10
%0
%61
%17

Triadic Colors of #bdd353

#bdd353 #53bdd3 #d353bd

Analogous Colors of #bdd353

#bdd353 #7dd353 #d3a953

Monochromatic Colors of #bdd353

#bdd353

Complementary Color

#bdd353 #6953d3

#bdd353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd353 Color CSS Codes

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

#bdd353 Text Font Color

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

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


#bdd353 Background Color

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

This div background color is #bdd353


#bdd353 Border Color

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

This div border color is #bdd353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd353


Comments

No comments written yet.

Please login to write comment.