Color Hex Logo

#b3dead Color Hex

#B3DEAD
(179,222,173)
0 Favorites   0 Comments

Color spaces of #b3dead

RGB 179222173
HSL0.310.430.77
HSV113°22°87°
CMYK 0.190.000.22   0.13
XYZ52.254564.843449.2971
Yxy64.84340.31400.3897
Hunter Lab80.5254-25.087320.0708
CIE-Lab84.4030-23.166619.5348

#b3dead color RGB value is (179,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011110 10101101
Octal 263 336 255
Decimal 179 222 173
Hex B3 DE AD

RGB Percentages of Color #b3dead

%31.18
%38.68
%30.14

CMYK Percentages of Color #b3dead

%19
%0
%22
%13

Triadic Colors of #b3dead

#b3dead #adb3de #deadb3

Analogous Colors of #b3dead

#b3dead #addec0 #ccdead

Monochromatic Colors of #b3dead

#b3dead

Complementary Color

#b3dead #d8adde

#b3dead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dead Color CSS Codes

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

#b3dead Text Font Color

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

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


#b3dead Background Color

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

This div background color is #b3dead


#b3dead Border Color

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

This div border color is #b3dead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dead


Comments

No comments written yet.

Please login to write comment.