Color Hex Logo

#bde52d Color Hex

#BDE52D
(189,229,45)
0 Favorites   0 Comments

Color spaces of #bde52d

RGB 18922945
HSL0.200.780.54
HSV73°80°90°
CMYK 0.170.000.80   0.10
XYZ49.479267.046912.8161
Yxy67.04690.38250.5184
Hunter Lab81.8822-35.431048.0375
CIE-Lab85.5276-35.398177.0320

#bde52d color RGB value is (189,229,45).

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

The process color (four color CMYK) of #bde52d color hex is 0.17, 0.00, 0.80, 0.10. Web safe color of #bde52d is #cccc33. Color #bde52d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 00101101
Octal 275 345 55
Decimal 189 229 45
Hex BD E5 2D

RGB Percentages of Color #bde52d

%40.82
%49.46
%9.72

CMYK Percentages of Color #bde52d

%17
%0
%80
%10

Triadic Colors of #bde52d

#bde52d #2dbde5 #e52dbd

Analogous Colors of #bde52d

#bde52d #61e52d #e5b12d

Monochromatic Colors of #bde52d

#bde52d

Complementary Color

#bde52d #552de5

#bde52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde52d Color CSS Codes

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

#bde52d Text Font Color

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

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


#bde52d Background Color

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

This div background color is #bde52d


#bde52d Border Color

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

This div border color is #bde52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde52d


Comments

No comments written yet.

Please login to write comment.