Color Hex Logo

#bdd871 Color Hex

#BDD871
(189,216,113)
0 Favorites   0 Comments

Color spaces of #bdd871

RGB 189216113
HSL0.210.570.65
HSV76°48°85°
CMYK 0.130.000.48   0.15
XYZ48.522861.122824.8632
Yxy61.12280.36070.4544
Hunter Lab78.1811-26.031535.8713
CIE-Lab82.4447-24.718147.4879

#bdd871 color RGB value is (189,216,113).

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

The process color (four color CMYK) of #bdd871 color hex is 0.13, 0.00, 0.48, 0.15. Web safe color of #bdd871 is #cccc66. Color #bdd871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 01110001
Octal 275 330 161
Decimal 189 216 113
Hex BD D8 71

RGB Percentages of Color #bdd871

%36.49
%41.70
%21.81

CMYK Percentages of Color #bdd871

%13
%0
%48
%15

Triadic Colors of #bdd871

#bdd871 #71bdd8 #d871bd

Analogous Colors of #bdd871

#bdd871 #8ad871 #d8c071

Monochromatic Colors of #bdd871

#bdd871

Complementary Color

#bdd871 #8c71d8

#bdd871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd871 Color CSS Codes

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

#bdd871 Text Font Color

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

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


#bdd871 Background Color

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

This div background color is #bdd871


#bdd871 Border Color

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

This div border color is #bdd871


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,216,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 #bdd871">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd871


Comments

No comments written yet.

Please login to write comment.