Color Hex Logo

#bde550 Color Hex

#BDE550
(189,229,80)
1 Favorites   0 Comments

Color spaces of #bde550

RGB 18922980
HSL0.210.740.61
HSV76°65°90°
CMYK 0.170.000.65   0.10
XYZ50.453567.436617.9468
Yxy67.43660.37140.4965
Hunter Lab82.1198-34.041244.5264
CIE-Lab85.7239-33.621465.7285

#bde550 color RGB value is (189,229,80).

#bde550 hex color red value is 189, green value is 229 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bde550 hue: 0.21 , saturation: 0.74 and the lightness value of bde550 is 0.61.

The process color (four color CMYK) of #bde550 color hex is 0.17, 0.00, 0.65, 0.10. Web safe color of #bde550 is #cccc66. Color #bde550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 01010000
Octal 275 345 120
Decimal 189 229 80
Hex BD E5 50

RGB Percentages of Color #bde550

%37.95
%45.98
%16.06

CMYK Percentages of Color #bde550

%17
%0
%65
%10

Triadic Colors of #bde550

#bde550 #50bde5 #e550bd

Analogous Colors of #bde550

#bde550 #73e550 #e5c350

Monochromatic Colors of #bde550

#bde550

Complementary Color

#bde550 #7850e5

#bde550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde550 Color CSS Codes

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

#bde550 Text Font Color

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

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


#bde550 Background Color

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

This div background color is #bde550


#bde550 Border Color

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

This div border color is #bde550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde550


Comments

No comments written yet.

Please login to write comment.