Color Hex Logo

#bdd485 Color Hex

#BDD485
(189,212,133)
0 Favorites   0 Comments

Color spaces of #bdd485

RGB 189212133
HSL0.220.480.68
HSV77°37°83°
CMYK 0.110.000.37   0.17
XYZ48.763459.599231.1240
Yxy59.59920.34960.4273
Hunter Lab77.2005-22.352130.1371
CIE-Lab81.6198-20.503236.5628

#bdd485 color RGB value is (189,212,133).

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

The process color (four color CMYK) of #bdd485 color hex is 0.11, 0.00, 0.37, 0.17. Web safe color of #bdd485 is #cccc99. Color #bdd485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 10000101
Octal 275 324 205
Decimal 189 212 133
Hex BD D4 85

RGB Percentages of Color #bdd485

%35.39
%39.70
%24.91

CMYK Percentages of Color #bdd485

%11
%0
%37
%17

Triadic Colors of #bdd485

#bdd485 #85bdd4 #d485bd

Analogous Colors of #bdd485

#bdd485 #96d485 #d4c485

Monochromatic Colors of #bdd485

#bdd485

Complementary Color

#bdd485 #9c85d4

#bdd485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd485 Color CSS Codes

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

#bdd485 Text Font Color

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

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


#bdd485 Background Color

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

This div background color is #bdd485


#bdd485 Border Color

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

This div border color is #bdd485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd485


Comments

No comments written yet.

Please login to write comment.