Color Hex Logo

#bde160 Color Hex

#BDE160
(189,225,96)
0 Favorites   0 Comments

Color spaces of #bde160

RGB 18922596
HSL0.210.680.63
HSV77°57°88°
CMYK 0.160.000.57   0.12
XYZ50.022865.513821.0753
Yxy65.51380.36620.4796
Hunter Lab80.9406-31.329741.2205
CIE-Lab84.7478-30.569158.0117

#bde160 color RGB value is (189,225,96).

#bde160 hex color red value is 189, green value is 225 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bde160 hue: 0.21 , saturation: 0.68 and the lightness value of bde160 is 0.63.

The process color (four color CMYK) of #bde160 color hex is 0.16, 0.00, 0.57, 0.12. Web safe color of #bde160 is #cccc66. Color #bde160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 01100000
Octal 275 341 140
Decimal 189 225 96
Hex BD E1 60

RGB Percentages of Color #bde160

%37.06
%44.12
%18.82

CMYK Percentages of Color #bde160

%16
%0
%57
%12

Triadic Colors of #bde160

#bde160 #60bde1 #e160bd

Analogous Colors of #bde160

#bde160 #7de160 #e1c560

Monochromatic Colors of #bde160

#bde160

Complementary Color

#bde160 #8460e1

#bde160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde160 Color CSS Codes

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

#bde160 Text Font Color

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

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


#bde160 Background Color

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

This div background color is #bde160


#bde160 Border Color

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

This div border color is #bde160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde160


Comments

No comments written yet.

Please login to write comment.