Color Hex Logo

#bdc888 Color Hex

#BDC888
(189,200,136)
0 Favorites   0 Comments

Color spaces of #bdc888

RGB 189200136
HSL0.200.370.66
HSV70°32°78°
CMYK 0.050.000.32   0.22
XYZ46.084553.904931.2683
Yxy53.90490.35110.4107
Hunter Lab73.4200-16.443426.1434
CIE-Lab78.4062-14.119930.8188

#bdc888 color RGB value is (189,200,136).

#bdc888 hex color red value is 189, green value is 200 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bdc888 hue: 0.20 , saturation: 0.37 and the lightness value of bdc888 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 10001000
Octal 275 310 210
Decimal 189 200 136
Hex BD C8 88

RGB Percentages of Color #bdc888

%36.00
%38.10
%25.90

CMYK Percentages of Color #bdc888

%5
%0
%32
%22

Triadic Colors of #bdc888

#bdc888 #88bdc8 #c888bd

Analogous Colors of #bdc888

#bdc888 #9dc888 #c8b388

Monochromatic Colors of #bdc888

#bdc888

Complementary Color

#bdc888 #9388c8

#bdc888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc888 Color CSS Codes

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

#bdc888 Text Font Color

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

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


#bdc888 Background Color

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

This div background color is #bdc888


#bdc888 Border Color

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

This div border color is #bdc888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc888


Comments

No comments written yet.

Please login to write comment.