Color Hex Logo

#bdefac Color Hex

#BDEFAC
(189,239,172)
0 Favorites   0 Comments

Color spaces of #bdefac

RGB 189239172
HSL0.290.680.81
HSV105°28°94°
CMYK 0.210.000.28   0.06
XYZ59.299275.530450.4832
Yxy75.53040.32000.4076
Hunter Lab86.9082-30.295326.3954
CIE-Lab89.6409-28.107027.3437

#bdefac color RGB value is (189,239,172).

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

The process color (four color CMYK) of #bdefac color hex is 0.21, 0.00, 0.28, 0.06. Web safe color of #bdefac is #ccff99. Color #bdefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 10101100
Octal 275 357 254
Decimal 189 239 172
Hex BD EF AC

RGB Percentages of Color #bdefac

%31.50
%39.83
%28.67

CMYK Percentages of Color #bdefac

%21
%0
%28
%6

Triadic Colors of #bdefac

#bdefac #acbdef #efacbd

Analogous Colors of #bdefac

#bdefac #acefbd #dfefac

Monochromatic Colors of #bdefac

#bdefac

Complementary Color

#bdefac #deacef

#bdefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefac Color CSS Codes

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

#bdefac Text Font Color

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

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


#bdefac Background Color

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

This div background color is #bdefac


#bdefac Border Color

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

This div border color is #bdefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefac


Comments

No comments written yet.

Please login to write comment.