Color Hex Logo

#bde634 Color Hex

#BDE634
(189,230,52)
0 Favorites   0 Comments

Color spaces of #bde634

RGB 18923052
HSL0.210.780.55
HSV74°77°90°
CMYK 0.180.000.77   0.10
XYZ49.902967.660413.6784
Yxy67.66040.38020.5155
Hunter Lab82.2559-35.655847.7198
CIE-Lab85.8364-35.584075.4136

#bde634 color RGB value is (189,230,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100110 00110100
Octal 275 346 64
Decimal 189 230 52
Hex BD E6 34

RGB Percentages of Color #bde634

%40.13
%48.83
%11.04

CMYK Percentages of Color #bde634

%18
%0
%77
%10

Triadic Colors of #bde634

#bde634 #34bde6 #e634bd

Analogous Colors of #bde634

#bde634 #64e634 #e6b634

Monochromatic Colors of #bde634

#bde634

Complementary Color

#bde634 #5d34e6

#bde634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde634 Color CSS Codes

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

#bde634 Text Font Color

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

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


#bde634 Background Color

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

This div background color is #bde634


#bde634 Border Color

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

This div border color is #bde634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde634


Comments

No comments written yet.

Please login to write comment.