Color Hex Logo

#bdc883 Color Hex

#BDC883
(189,200,131)
0 Favorites   0 Comments

Color spaces of #bdc883

RGB 189200131
HSL0.190.390.65
HSV70°35°78°
CMYK 0.050.000.35   0.22
XYZ45.737353.766129.4400
Yxy53.76610.35470.4170
Hunter Lab73.3254-16.978627.5229
CIE-Lab78.3251-14.759233.3026

#bdc883 color RGB value is (189,200,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 10000011
Octal 275 310 203
Decimal 189 200 131
Hex BD C8 83

RGB Percentages of Color #bdc883

%36.35
%38.46
%25.19

CMYK Percentages of Color #bdc883

%5
%0
%35
%22

Triadic Colors of #bdc883

#bdc883 #83bdc8 #c883bd

Analogous Colors of #bdc883

#bdc883 #9bc883 #c8b183

Monochromatic Colors of #bdc883

#bdc883

Complementary Color

#bdc883 #8e83c8

#bdc883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc883 Color CSS Codes

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

#bdc883 Text Font Color

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

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


#bdc883 Background Color

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

This div background color is #bdc883


#bdc883 Border Color

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

This div border color is #bdc883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc883


Comments

No comments written yet.

Please login to write comment.