Color Hex Logo

#bdec92 Color Hex

#BDEC92
(189,236,146)
0 Favorites   0 Comments

Color spaces of #bdec92

RGB 189236146
HSL0.250.700.75
HSV91°38°93°
CMYK 0.200.000.38   0.07
XYZ56.170072.885038.3019
Yxy72.88500.33560.4355
Hunter Lab85.3727-31.960233.1608
CIE-Lab88.3928-30.378938.8043

#bdec92 color RGB value is (189,236,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10010010
Octal 275 354 222
Decimal 189 236 146
Hex BD EC 92

RGB Percentages of Color #bdec92

%33.10
%41.33
%25.57

CMYK Percentages of Color #bdec92

%20
%0
%38
%7

Triadic Colors of #bdec92

#bdec92 #92bdec #ec92bd

Analogous Colors of #bdec92

#bdec92 #92ec94 #eaec92

Monochromatic Colors of #bdec92

#bdec92

Complementary Color

#bdec92 #c192ec

#bdec92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec92 Color CSS Codes

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

#bdec92 Text Font Color

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

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


#bdec92 Background Color

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

This div background color is #bdec92


#bdec92 Border Color

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

This div border color is #bdec92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec92


Comments

No comments written yet.

Please login to write comment.