Color Hex Logo

#b4deac Color Hex

#B4DEAC
(180,222,172)
0 Favorites   0 Comments

Color spaces of #b4deac

RGB 180222172
HSL0.310.430.77
HSV110°23°87°
CMYK 0.190.000.23   0.13
XYZ52.390164.924448.8001
Yxy64.92440.31540.3908
Hunter Lab80.5757-24.947220.4944
CIE-Lab84.4448-22.992720.1247

#b4deac color RGB value is (180,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011110 10101100
Octal 264 336 254
Decimal 180 222 172
Hex B4 DE AC

RGB Percentages of Color #b4deac

%31.36
%38.68
%29.97

CMYK Percentages of Color #b4deac

%19
%0
%23
%13

Triadic Colors of #b4deac

#b4deac #acb4de #deacb4

Analogous Colors of #b4deac

#b4deac #acdebd #cddeac

Monochromatic Colors of #b4deac

#b4deac

Complementary Color

#b4deac #d6acde

#b4deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4deac Color CSS Codes

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

#b4deac Text Font Color

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

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


#b4deac Background Color

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

This div background color is #b4deac


#b4deac Border Color

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

This div border color is #b4deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4deac


Comments

No comments written yet.

Please login to write comment.