Color Hex Logo

#bdd671 Color Hex

#BDD671
(189,214,113)
0 Favorites   0 Comments

Color spaces of #bdd671

RGB 189214113
HSL0.210.550.64
HSV75°47°84°
CMYK 0.120.000.47   0.16
XYZ48.013560.104224.6935
Yxy60.10420.36150.4526
Hunter Lab77.5269-25.124535.3841
CIE-Lab81.8948-23.750846.8185

#bdd671 color RGB value is (189,214,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 01110001
Octal 275 326 161
Decimal 189 214 113
Hex BD D6 71

RGB Percentages of Color #bdd671

%36.63
%41.47
%21.90

CMYK Percentages of Color #bdd671

%12
%0
%47
%16

Triadic Colors of #bdd671

#bdd671 #71bdd6 #d671bd

Analogous Colors of #bdd671

#bdd671 #8bd671 #d6bd71

Monochromatic Colors of #bdd671

#bdd671

Complementary Color

#bdd671 #8a71d6

#bdd671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd671 Color CSS Codes

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

#bdd671 Text Font Color

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

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


#bdd671 Background Color

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

This div background color is #bdd671


#bdd671 Border Color

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

This div border color is #bdd671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd671


Comments

No comments written yet.

Please login to write comment.