Color Hex Logo

#bdd685 Color Hex

#BDD685
(189,214,133)
0 Favorites   0 Comments

Color spaces of #bdd685

RGB 189214133
HSL0.220.500.68
HSV79°38°84°
CMYK 0.120.000.38   0.16
XYZ49.266560.605431.2917
Yxy60.60540.34900.4293
Hunter Lab77.8495-23.274130.6629
CIE-Lab82.1662-21.486137.2685

#bdd685 color RGB value is (189,214,133).

#bdd685 hex color red value is 189, green value is 214 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bdd685 hue: 0.22 , saturation: 0.50 and the lightness value of bdd685 is 0.68.

The process color (four color CMYK) of #bdd685 color hex is 0.12, 0.00, 0.38, 0.16. Web safe color of #bdd685 is #cccc99. Color #bdd685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 10000101
Octal 275 326 205
Decimal 189 214 133
Hex BD D6 85

RGB Percentages of Color #bdd685

%35.26
%39.93
%24.81

CMYK Percentages of Color #bdd685

%12
%0
%38
%16

Triadic Colors of #bdd685

#bdd685 #85bdd6 #d685bd

Analogous Colors of #bdd685

#bdd685 #95d685 #d6c785

Monochromatic Colors of #bdd685

#bdd685

Complementary Color

#bdd685 #9e85d6

#bdd685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd685 Color CSS Codes

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

#bdd685 Text Font Color

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

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


#bdd685 Background Color

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

This div background color is #bdd685


#bdd685 Border Color

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

This div border color is #bdd685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd685


Comments

No comments written yet.

Please login to write comment.