Color Hex Logo

#bdd676 Color Hex

#BDD676
(189,214,118)
0 Favorites   0 Comments

Color spaces of #bdd676

RGB 189214118
HSL0.210.540.65
HSV76°45°84°
CMYK 0.120.000.45   0.16
XYZ48.302860.220026.2173
Yxy60.22000.35850.4469
Hunter Lab77.6015-24.696034.2902
CIE-Lab81.9576-23.223444.4679

#bdd676 color RGB value is (189,214,118).

#bdd676 hex color red value is 189, green value is 214 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bdd676 hue: 0.21 , saturation: 0.54 and the lightness value of bdd676 is 0.65.

The process color (four color CMYK) of #bdd676 color hex is 0.12, 0.00, 0.45, 0.16. Web safe color of #bdd676 is #cccc66. Color #bdd676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 01110110
Octal 275 326 166
Decimal 189 214 118
Hex BD D6 76

RGB Percentages of Color #bdd676

%36.28
%41.07
%22.65

CMYK Percentages of Color #bdd676

%12
%0
%45
%16

Triadic Colors of #bdd676

#bdd676 #76bdd6 #d676bd

Analogous Colors of #bdd676

#bdd676 #8dd676 #d6bf76

Monochromatic Colors of #bdd676

#bdd676

Complementary Color

#bdd676 #8f76d6

#bdd676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd676 Color CSS Codes

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

#bdd676 Text Font Color

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

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


#bdd676 Background Color

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

This div background color is #bdd676


#bdd676 Border Color

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

This div border color is #bdd676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd676


Comments

No comments written yet.

Please login to write comment.