Color Hex Logo

#bde185 Color Hex

#BDE185
(189,225,133)
0 Favorites   0 Comments

Color spaces of #bde185

RGB 189225133
HSL0.230.610.70
HSV83°41°88°
CMYK 0.160.000.41   0.12
XYZ52.145166.362732.2512
Yxy66.36270.34590.4402
Hunter Lab81.4633-28.302033.5515
CIE-Lab85.1811-26.806641.1312

#bde185 color RGB value is (189,225,133).

#bde185 hex color red value is 189, green value is 225 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bde185 hue: 0.23 , saturation: 0.61 and the lightness value of bde185 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10000101
Octal 275 341 205
Decimal 189 225 133
Hex BD E1 85

RGB Percentages of Color #bde185

%34.55
%41.13
%24.31

CMYK Percentages of Color #bde185

%16
%0
%41
%12

Triadic Colors of #bde185

#bde185 #85bde1 #e185bd

Analogous Colors of #bde185

#bde185 #8fe185 #e1d785

Monochromatic Colors of #bde185

#bde185

Complementary Color

#bde185 #a985e1

#bde185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde185 Color CSS Codes

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

#bde185 Text Font Color

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

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


#bde185 Background Color

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

This div background color is #bde185


#bde185 Border Color

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

This div border color is #bde185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde185


Comments

No comments written yet.

Please login to write comment.