Color Hex Logo

#bdeb93 Color Hex

#BDEB93
(189,235,147)
0 Favorites   0 Comments

Color spaces of #bdeb93

RGB 189235147
HSL0.250.690.75
HSV91°37°92°
CMYK 0.200.000.37   0.08
XYZ55.961172.342138.6177
Yxy72.34210.33530.4334
Hunter Lab85.0542-31.401332.6181
CIE-Lab88.1330-29.779737.9694

#bdeb93 color RGB value is (189,235,147).

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

The process color (four color CMYK) of #bdeb93 color hex is 0.20, 0.00, 0.37, 0.08. Web safe color of #bdeb93 is #ccff99. Color #bdeb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10010011
Octal 275 353 223
Decimal 189 235 147
Hex BD EB 93

RGB Percentages of Color #bdeb93

%33.10
%41.16
%25.74

CMYK Percentages of Color #bdeb93

%20
%0
%37
%8

Triadic Colors of #bdeb93

#bdeb93 #93bdeb #eb93bd

Analogous Colors of #bdeb93

#bdeb93 #93eb95 #e9eb93

Monochromatic Colors of #bdeb93

#bdeb93

Complementary Color

#bdeb93 #c193eb

#bdeb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb93 Color CSS Codes

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

#bdeb93 Text Font Color

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

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


#bdeb93 Background Color

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

This div background color is #bdeb93


#bdeb93 Border Color

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

This div border color is #bdeb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb93


Comments

No comments written yet.

Please login to write comment.