Color Hex Logo

#bdc688 Color Hex

#BDC688
(189,198,136)
0 Favorites   0 Comments

Color spaces of #bdc688

RGB 189198136
HSL0.190.350.65
HSV69°31°78°
CMYK 0.050.000.31   0.22
XYZ45.624352.984631.1149
Yxy52.98460.35170.4084
Hunter Lab72.7905-15.501625.6094
CIE-Lab77.8659-13.102730.1033

#bdc688 color RGB value is (189,198,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 10001000
Octal 275 306 210
Decimal 189 198 136
Hex BD C6 88

RGB Percentages of Color #bdc688

%36.14
%37.86
%26.00

CMYK Percentages of Color #bdc688

%5
%0
%31
%22

Triadic Colors of #bdc688

#bdc688 #88bdc6 #c688bd

Analogous Colors of #bdc688

#bdc688 #9ec688 #c6b088

Monochromatic Colors of #bdc688

#bdc688

Complementary Color

#bdc688 #9188c6

#bdc688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc688 Color CSS Codes

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

#bdc688 Text Font Color

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

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


#bdc688 Background Color

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

This div background color is #bdc688


#bdc688 Border Color

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

This div border color is #bdc688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc688


Comments

No comments written yet.

Please login to write comment.