Color Hex Logo

#bdd185 Color Hex

#BDD185
(189,209,133)
0 Favorites   0 Comments

Color spaces of #bdd185

RGB 189209133
HSL0.210.450.67
HSV76°36°82°
CMYK 0.100.000.36   0.18
XYZ48.020458.113230.8763
Yxy58.11320.35050.4242
Hunter Lab76.2320-20.964529.3481
CIE-Lab80.8017-19.020035.5026

#bdd185 color RGB value is (189,209,133).

#bdd185 hex color red value is 189, green value is 209 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bdd185 hue: 0.21 , saturation: 0.45 and the lightness value of bdd185 is 0.67.

The process color (four color CMYK) of #bdd185 color hex is 0.10, 0.00, 0.36, 0.18. Web safe color of #bdd185 is #cccc99. Color #bdd185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 10000101
Octal 275 321 205
Decimal 189 209 133
Hex BD D1 85

RGB Percentages of Color #bdd185

%35.59
%39.36
%25.05

CMYK Percentages of Color #bdd185

%10
%0
%36
%18

Triadic Colors of #bdd185

#bdd185 #85bdd1 #d185bd

Analogous Colors of #bdd185

#bdd185 #97d185 #d1bf85

Monochromatic Colors of #bdd185

#bdd185

Complementary Color

#bdd185 #9985d1

#bdd185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd185 Color CSS Codes

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

#bdd185 Text Font Color

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

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


#bdd185 Background Color

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

This div background color is #bdd185


#bdd185 Border Color

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

This div border color is #bdd185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd185


Comments

No comments written yet.

Please login to write comment.