Color Hex Logo

#bdec93 Color Hex

#BDEC93
(189,236,147)
0 Favorites   0 Comments

Color spaces of #bdec93

RGB 189236147
HSL0.250.700.75
HSV92°38°93°
CMYK 0.200.000.38   0.07
XYZ56.248272.916338.7134
Yxy72.91630.33510.4343
Hunter Lab85.3910-31.854032.8937
CIE-Lab88.4078-30.248738.3263

#bdec93 color RGB value is (189,236,147).

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

The process color (four color CMYK) of #bdec93 color hex is 0.20, 0.00, 0.38, 0.07. Web safe color of #bdec93 is #ccff99. Color #bdec93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10010011
Octal 275 354 223
Decimal 189 236 147
Hex BD EC 93

RGB Percentages of Color #bdec93

%33.04
%41.26
%25.70

CMYK Percentages of Color #bdec93

%20
%0
%38
%7

Triadic Colors of #bdec93

#bdec93 #93bdec #ec93bd

Analogous Colors of #bdec93

#bdec93 #93ec96 #eaec93

Monochromatic Colors of #bdec93

#bdec93

Complementary Color

#bdec93 #c293ec

#bdec93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec93 Color CSS Codes

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

#bdec93 Text Font Color

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

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


#bdec93 Background Color

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

This div background color is #bdec93


#bdec93 Border Color

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

This div border color is #bdec93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,236,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 #bdec93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec93


Comments

No comments written yet.

Please login to write comment.