Color Hex Logo

#bde850 Color Hex

#BDE850
(189,232,80)
0 Favorites   0 Comments

Color spaces of #bde850

RGB 18923280
HSL0.210.770.61
HSV77°66°91°
CMYK 0.190.000.66   0.09
XYZ51.290869.111218.2259
Yxy69.11120.37000.4985
Hunter Lab83.1331-35.353645.1946
CIE-Lab86.5591-34.993866.6028

#bde850 color RGB value is (189,232,80).

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

The process color (four color CMYK) of #bde850 color hex is 0.19, 0.00, 0.66, 0.09. Web safe color of #bde850 is #ccff66. Color #bde850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 01010000
Octal 275 350 120
Decimal 189 232 80
Hex BD E8 50

RGB Percentages of Color #bde850

%37.72
%46.31
%15.97

CMYK Percentages of Color #bde850

%19
%0
%66
%9

Triadic Colors of #bde850

#bde850 #50bde8 #e850bd

Analogous Colors of #bde850

#bde850 #71e850 #e8c750

Monochromatic Colors of #bde850

#bde850

Complementary Color

#bde850 #7b50e8

#bde850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde850 Color CSS Codes

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

#bde850 Text Font Color

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

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


#bde850 Background Color

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

This div background color is #bde850


#bde850 Border Color

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

This div border color is #bde850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde850


Comments

No comments written yet.

Please login to write comment.