Color Hex Logo

#bde588 Color Hex

#BDE588
(189,229,136)
0 Favorites   0 Comments

Color spaces of #bde588

RGB 189229136
HSL0.240.640.72
HSV86°41°90°
CMYK 0.170.000.41   0.10
XYZ53.449568.635033.7233
Yxy68.63500.34300.4405
Hunter Lab82.8462-29.819033.8578
CIE-Lab86.3230-28.343641.1016

#bde588 color RGB value is (189,229,136).

#bde588 hex color red value is 189, green value is 229 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bde588 hue: 0.24 , saturation: 0.64 and the lightness value of bde588 is 0.72.

The process color (four color CMYK) of #bde588 color hex is 0.17, 0.00, 0.41, 0.10. Web safe color of #bde588 is #cccc99. Color #bde588 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 10001000
Octal 275 345 210
Decimal 189 229 136
Hex BD E5 88

RGB Percentages of Color #bde588

%34.12
%41.34
%24.55

CMYK Percentages of Color #bde588

%17
%0
%41
%10

Triadic Colors of #bde588

#bde588 #88bde5 #e588bd

Analogous Colors of #bde588

#bde588 #8fe588 #e5df88

Monochromatic Colors of #bde588

#bde588

Complementary Color

#bde588 #b088e5

#bde588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde588 Color CSS Codes

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

#bde588 Text Font Color

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

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


#bde588 Background Color

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

This div background color is #bde588


#bde588 Border Color

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

This div border color is #bde588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde588


Comments

No comments written yet.

Please login to write comment.