Color Hex Logo

#bdd363 Color Hex

#BDD363
(189,211,99)
0 Favorites   0 Comments

Color spaces of #bdd363

RGB 18921199
HSL0.200.560.61
HSV72°53°83°
CMYK 0.100.000.53   0.17
XYZ46.532758.308220.6065
Yxy58.30820.37090.4648
Hunter Lab76.3598-24.854037.4518
CIE-Lab80.9098-23.641952.2587

#bdd363 color RGB value is (189,211,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 01100011
Octal 275 323 143
Decimal 189 211 99
Hex BD D3 63

RGB Percentages of Color #bdd363

%37.88
%42.28
%19.84

CMYK Percentages of Color #bdd363

%10
%0
%53
%17

Triadic Colors of #bdd363

#bdd363 #63bdd3 #d363bd

Analogous Colors of #bdd363

#bdd363 #85d363 #d3b163

Monochromatic Colors of #bdd363

#bdd363

Complementary Color

#bdd363 #7963d3

#bdd363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd363 Color CSS Codes

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

#bdd363 Text Font Color

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

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


#bdd363 Background Color

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

This div background color is #bdd363


#bdd363 Border Color

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

This div border color is #bdd363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd363


Comments

No comments written yet.

Please login to write comment.