Color Hex Logo

#bdc691 Color Hex

#BDC691
(189,198,145)
0 Favorites   0 Comments

Color spaces of #bdc691

RGB 189198145
HSL0.190.320.67
HSV70°27°78°
CMYK 0.050.000.27   0.22
XYZ46.291253.251334.6268
Yxy53.25130.34500.3969
Hunter Lab72.9735-14.471022.9476
CIE-Lab78.0231-11.882125.5937

#bdc691 color RGB value is (189,198,145).

#bdc691 hex color red value is 189, green value is 198 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bdc691 hue: 0.19 , saturation: 0.32 and the lightness value of bdc691 is 0.67.

The process color (four color CMYK) of #bdc691 color hex is 0.05, 0.00, 0.27, 0.22. Web safe color of #bdc691 is #cccc99. Color #bdc691 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 10010001
Octal 275 306 221
Decimal 189 198 145
Hex BD C6 91

RGB Percentages of Color #bdc691

%35.53
%37.22
%27.26

CMYK Percentages of Color #bdc691

%5
%0
%27
%22

Triadic Colors of #bdc691

#bdc691 #91bdc6 #c691bd

Analogous Colors of #bdc691

#bdc691 #a3c691 #c6b591

Monochromatic Colors of #bdc691

#bdc691

Complementary Color

#bdc691 #9a91c6

#bdc691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc691 Color CSS Codes

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

#bdc691 Text Font Color

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

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


#bdc691 Background Color

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

This div background color is #bdc691


#bdc691 Border Color

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

This div border color is #bdc691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc691


Comments

No comments written yet.

Please login to write comment.