Color Hex Logo

#bde190 Color Hex

#BDE190
(189,225,144)
0 Favorites   0 Comments

Color spaces of #bde190

RGB 189225144
HSL0.240.570.72
HSV87°36°88°
CMYK 0.160.000.36   0.12
XYZ52.945566.682936.4661
Yxy66.68290.33920.4272
Hunter Lab81.6596-27.170530.6850
CIE-Lab85.3436-25.423235.8396

#bde190 color RGB value is (189,225,144).

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

The process color (four color CMYK) of #bde190 color hex is 0.16, 0.00, 0.36, 0.12. Web safe color of #bde190 is #cccc99. Color #bde190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10010000
Octal 275 341 220
Decimal 189 225 144
Hex BD E1 90

RGB Percentages of Color #bde190

%33.87
%40.32
%25.81

CMYK Percentages of Color #bde190

%16
%0
%36
%12

Triadic Colors of #bde190

#bde190 #90bde1 #e190bd

Analogous Colors of #bde190

#bde190 #95e190 #e1dd90

Monochromatic Colors of #bde190

#bde190

Complementary Color

#bde190 #b490e1

#bde190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde190 Color CSS Codes

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

#bde190 Text Font Color

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

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


#bde190 Background Color

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

This div background color is #bde190


#bde190 Border Color

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

This div border color is #bde190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde190


Comments

No comments written yet.

Please login to write comment.