Color Hex Logo

#b4dead Color Hex

#B4DEAD
(180,222,173)
0 Favorites   0 Comments

Color spaces of #b4dead

RGB 180222173
HSL0.310.430.77
HSV111°22°87°
CMYK 0.190.000.22   0.13
XYZ52.486564.963049.3079
Yxy64.96300.31470.3896
Hunter Lab80.5996-24.810120.1483
CIE-Lab84.4647-22.827219.6299

#b4dead color RGB value is (180,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011110 10101101
Octal 264 336 255
Decimal 180 222 173
Hex B4 DE AD

RGB Percentages of Color #b4dead

%31.30
%38.61
%30.09

CMYK Percentages of Color #b4dead

%19
%0
%22
%13

Triadic Colors of #b4dead

#b4dead #adb4de #deadb4

Analogous Colors of #b4dead

#b4dead #addebf #cddead

Monochromatic Colors of #b4dead

#b4dead

Complementary Color

#b4dead #d7adde

#b4dead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dead Color CSS Codes

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

#b4dead Text Font Color

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

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


#b4dead Background Color

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

This div background color is #b4dead


#b4dead Border Color

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

This div border color is #b4dead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,222,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dead


Comments

No comments written yet.

Please login to write comment.