Color Hex Logo

#bde523 Color Hex

#BDE523
(189,229,35)
0 Favorites   0 Comments

Color spaces of #bde523

RGB 18922935
HSL0.200.790.52
HSV72°85°90°
CMYK 0.170.000.85   0.10
XYZ49.309066.978811.9195
Yxy66.97880.38460.5224
Hunter Lab81.8406-35.674648.6532
CIE-Lab85.4932-35.711679.3139

#bde523 color RGB value is (189,229,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 00100011
Octal 275 345 43
Decimal 189 229 35
Hex BD E5 23

RGB Percentages of Color #bde523

%41.72
%50.55
%7.73

CMYK Percentages of Color #bde523

%17
%0
%85
%10

Triadic Colors of #bde523

#bde523 #23bde5 #e523bd

Analogous Colors of #bde523

#bde523 #5ce523 #e5ac23

Monochromatic Colors of #bde523

#bde523

Complementary Color

#bde523 #4b23e5

#bde523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde523 Color CSS Codes

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

#bde523 Text Font Color

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

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


#bde523 Background Color

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

This div background color is #bde523


#bde523 Border Color

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

This div border color is #bde523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde523


Comments

No comments written yet.

Please login to write comment.