Color Hex Logo

#bdedac Color Hex

#BDEDAC
(189,237,172)
0 Favorites   0 Comments

Color spaces of #bdedac

RGB 189237172
HSL0.290.640.80
HSV104°27°93°
CMYK 0.200.000.27   0.07
XYZ58.716874.365750.2890
Yxy74.36570.32020.4055
Hunter Lab86.2355-29.373625.7894
CIE-Lab89.0950-27.157626.6014

#bdedac color RGB value is (189,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10101100
Octal 275 355 254
Decimal 189 237 172
Hex BD ED AC

RGB Percentages of Color #bdedac

%31.61
%39.63
%28.76

CMYK Percentages of Color #bdedac

%20
%0
%27
%7

Triadic Colors of #bdedac

#bdedac #acbded #edacbd

Analogous Colors of #bdedac

#bdedac #acedbc #deedac

Monochromatic Colors of #bdedac

#bdedac

Complementary Color

#bdedac #dcaced

#bdedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedac Color CSS Codes

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

#bdedac Text Font Color

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

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


#bdedac Background Color

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

This div background color is #bdedac


#bdedac Border Color

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

This div border color is #bdedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedac


Comments

No comments written yet.

Please login to write comment.