Color Hex Logo

#bde180 Color Hex

#BDE180
(189,225,128)
0 Favorites   0 Comments

Color spaces of #bde180

RGB 189225128
HSL0.230.620.69
HSV82°43°88°
CMYK 0.160.000.43   0.12
XYZ51.807866.227830.4748
Yxy66.22780.34880.4459
Hunter Lab81.3805-28.780534.7638
CIE-Lab85.1125-27.395343.5070

#bde180 color RGB value is (189,225,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10000000
Octal 275 341 200
Decimal 189 225 128
Hex BD E1 80

RGB Percentages of Color #bde180

%34.87
%41.51
%23.62

CMYK Percentages of Color #bde180

%16
%0
%43
%12

Triadic Colors of #bde180

#bde180 #80bde1 #e180bd

Analogous Colors of #bde180

#bde180 #8de180 #e1d580

Monochromatic Colors of #bde180

#bde180

Complementary Color

#bde180 #a480e1

#bde180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde180 Color CSS Codes

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

#bde180 Text Font Color

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

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


#bde180 Background Color

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

This div background color is #bde180


#bde180 Border Color

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

This div border color is #bde180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde180


Comments

No comments written yet.

Please login to write comment.