Color Hex Logo

#bdebac Color Hex

#BDEBAC
(189,235,172)
0 Favorites   0 Comments

Color spaces of #bdebac

RGB 189235172
HSL0.290.610.80
HSV104°27°92°
CMYK 0.200.000.27   0.08
XYZ58.141073.214050.0971
Yxy73.21400.32040.4035
Hunter Lab85.5652-28.449425.1822
CIE-Lab88.5497-26.203525.8580

#bdebac color RGB value is (189,235,172).

#bdebac hex color red value is 189, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bdebac hue: 0.29 , saturation: 0.61 and the lightness value of bdebac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10101100
Octal 275 353 254
Decimal 189 235 172
Hex BD EB AC

RGB Percentages of Color #bdebac

%31.71
%39.43
%28.86

CMYK Percentages of Color #bdebac

%20
%0
%27
%8

Triadic Colors of #bdebac

#bdebac #acbdeb #ebacbd

Analogous Colors of #bdebac

#bdebac #acebbb #ddebac

Monochromatic Colors of #bdebac

#bdebac

Complementary Color

#bdebac #daaceb

#bdebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebac Color CSS Codes

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

#bdebac Text Font Color

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

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


#bdebac Background Color

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

This div background color is #bdebac


#bdebac Border Color

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

This div border color is #bdebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebac


Comments

No comments written yet.

Please login to write comment.