Color Hex Logo

#bdc288 Color Hex

#BDC288
(189,194,136)
0 Favorites   0 Comments

Color spaces of #bdc288

RGB 189194136
HSL0.180.320.65
HSV65°30°76°
CMYK 0.030.000.30   0.24
XYZ44.722051.180030.8142
Yxy51.18000.35290.4039
Hunter Lab71.5402-13.609524.5404
CIE-Lab76.7879-11.054228.6704

#bdc288 color RGB value is (189,194,136).

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

The process color (four color CMYK) of #bdc288 color hex is 0.03, 0.00, 0.30, 0.24. Web safe color of #bdc288 is #cccc99. Color #bdc288 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 10001000
Octal 275 302 210
Decimal 189 194 136
Hex BD C2 88

RGB Percentages of Color #bdc288

%36.42
%37.38
%26.20

CMYK Percentages of Color #bdc288

%3
%0
%30
%24

Triadic Colors of #bdc288

#bdc288 #88bdc2 #c288bd

Analogous Colors of #bdc288

#bdc288 #a0c288 #c2aa88

Monochromatic Colors of #bdc288

#bdc288

Complementary Color

#bdc288 #8d88c2

#bdc288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc288 Color CSS Codes

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

#bdc288 Text Font Color

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

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


#bdc288 Background Color

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

This div background color is #bdc288


#bdc288 Border Color

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

This div border color is #bdc288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc288


Comments

No comments written yet.

Please login to write comment.