Color Hex Logo

#bdd191 Color Hex

#BDD191
(189,209,145)
0 Favorites   0 Comments

Color spaces of #bdd191

RGB 189209145
HSL0.220.410.69
HSV79°31°82°
CMYK 0.100.000.31   0.18
XYZ48.897658.464135.4956
Yxy58.46410.34230.4092
Hunter Lab76.4618-19.656825.9993
CIE-Lab80.9961-17.447929.5873

#bdd191 color RGB value is (189,209,145).

#bdd191 hex color red value is 189, green value is 209 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bdd191 hue: 0.22 , saturation: 0.41 and the lightness value of bdd191 is 0.69.

The process color (four color CMYK) of #bdd191 color hex is 0.10, 0.00, 0.31, 0.18. Web safe color of #bdd191 is #cccc99. Color #bdd191 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 10010001
Octal 275 321 221
Decimal 189 209 145
Hex BD D1 91

RGB Percentages of Color #bdd191

%34.81
%38.49
%26.70

CMYK Percentages of Color #bdd191

%10
%0
%31
%18

Triadic Colors of #bdd191

#bdd191 #91bdd1 #d191bd

Analogous Colors of #bdd191

#bdd191 #9dd191 #d1c591

Monochromatic Colors of #bdd191

#bdd191

Complementary Color

#bdd191 #a591d1

#bdd191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd191 Color CSS Codes

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

#bdd191 Text Font Color

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

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


#bdd191 Background Color

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

This div background color is #bdd191


#bdd191 Border Color

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

This div border color is #bdd191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd191


Comments

No comments written yet.

Please login to write comment.