Color Hex Logo

#bde632 Color Hex

#BDE632
(189,230,50)
0 Favorites   0 Comments

Color spaces of #bde632

RGB 18923050
HSL0.200.780.55
HSV74°78°90°
CMYK 0.180.000.78   0.10
XYZ49.858867.642713.4461
Yxy67.64270.38080.5166
Hunter Lab82.2452-35.718547.8784
CIE-Lab85.8275-35.664575.9686

#bde632 color RGB value is (189,230,50).

#bde632 hex color red value is 189, green value is 230 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bde632 hue: 0.20 , saturation: 0.78 and the lightness value of bde632 is 0.55.

The process color (four color CMYK) of #bde632 color hex is 0.18, 0.00, 0.78, 0.10. Web safe color of #bde632 is #ccff33. Color #bde632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 00110010
Octal 275 346 62
Decimal 189 230 50
Hex BD E6 32

RGB Percentages of Color #bde632

%40.30
%49.04
%10.66

CMYK Percentages of Color #bde632

%18
%0
%78
%10

Triadic Colors of #bde632

#bde632 #32bde6 #e632bd

Analogous Colors of #bde632

#bde632 #63e632 #e6b532

Monochromatic Colors of #bde632

#bde632

Complementary Color

#bde632 #5b32e6

#bde632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde632 Color CSS Codes

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

#bde632 Text Font Color

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

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


#bde632 Background Color

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

This div background color is #bde632


#bde632 Border Color

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

This div border color is #bde632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde632


Comments

No comments written yet.

Please login to write comment.