Color Hex Logo

#b3deac Color Hex

#B3DEAC
(179,222,172)
0 Favorites   0 Comments

Color spaces of #b3deac

RGB 179222172
HSL0.310.430.77
HSV112°23°87°
CMYK 0.190.000.23   0.13
XYZ52.158164.804848.7893
Yxy64.80480.31470.3910
Hunter Lab80.5014-25.224620.4173
CIE-Lab84.3830-23.332720.0296

#b3deac color RGB value is (179,222,172).

#b3deac hex color red value is 179, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b3deac hue: 0.31 , saturation: 0.43 and the lightness value of b3deac is 0.77.

The process color (four color CMYK) of #b3deac color hex is 0.19, 0.00, 0.23, 0.13. Web safe color of #b3deac is #cccc99. Color #b3deac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011110 10101100
Octal 263 336 254
Decimal 179 222 172
Hex B3 DE AC

RGB Percentages of Color #b3deac

%31.24
%38.74
%30.02

CMYK Percentages of Color #b3deac

%19
%0
%23
%13

Triadic Colors of #b3deac

#b3deac #acb3de #deacb3

Analogous Colors of #b3deac

#b3deac #acdebe #ccdeac

Monochromatic Colors of #b3deac

#b3deac

Complementary Color

#b3deac #d7acde

#b3deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3deac Color CSS Codes

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

#b3deac Text Font Color

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

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


#b3deac Background Color

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

This div background color is #b3deac


#b3deac Border Color

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

This div border color is #b3deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3deac


Comments

No comments written yet.

Please login to write comment.