Color Hex Logo

#bde894 Color Hex

#BDE894
(189,232,148)
0 Favorites   0 Comments

Color spaces of #bde894

RGB 189232148
HSL0.250.650.75
HSV91°36°91°
CMYK 0.190.000.36   0.09
XYZ55.188270.670238.7490
Yxy70.67020.33530.4293
Hunter Lab84.0656-29.931331.5169
CIE-Lab87.3245-28.233236.4152

#bde894 color RGB value is (189,232,148).

#bde894 hex color red value is 189, green value is 232 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bde894 hue: 0.25 , saturation: 0.65 and the lightness value of bde894 is 0.75.

The process color (four color CMYK) of #bde894 color hex is 0.19, 0.00, 0.36, 0.09. Web safe color of #bde894 is #ccff99. Color #bde894 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 10010100
Octal 275 350 224
Decimal 189 232 148
Hex BD E8 94

RGB Percentages of Color #bde894

%33.22
%40.77
%26.01

CMYK Percentages of Color #bde894

%19
%0
%36
%9

Triadic Colors of #bde894

#bde894 #94bde8 #e894bd

Analogous Colors of #bde894

#bde894 #94e895 #e7e894

Monochromatic Colors of #bde894

#bde894

Complementary Color

#bde894 #bf94e8

#bde894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde894 Color CSS Codes

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

#bde894 Text Font Color

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

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


#bde894 Background Color

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

This div background color is #bde894


#bde894 Border Color

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

This div border color is #bde894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde894


Comments

No comments written yet.

Please login to write comment.