Color Hex Logo

#b3ddad Color Hex

#B3DDAD
(179,221,173)
0 Favorites   0 Comments

Color spaces of #b3ddad

RGB 179221173
HSL0.310.410.77
HSV113°22°87°
CMYK 0.190.000.22   0.13
XYZ51.989764.313749.2088
Yxy64.31370.31410.3886
Hunter Lab80.1958-24.623919.7563
CIE-Lab84.1288-22.678019.1539

#b3ddad color RGB value is (179,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 10101101
Octal 263 335 255
Decimal 179 221 173
Hex B3 DD AD

RGB Percentages of Color #b3ddad

%31.24
%38.57
%30.19

CMYK Percentages of Color #b3ddad

%19
%0
%22
%13

Triadic Colors of #b3ddad

#b3ddad #adb3dd #ddadb3

Analogous Colors of #b3ddad

#b3ddad #adddbf #cbddad

Monochromatic Colors of #b3ddad

#b3ddad

Complementary Color

#b3ddad #d7addd

#b3ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ddad Color CSS Codes

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

#b3ddad Text Font Color

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

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


#b3ddad Background Color

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

This div background color is #b3ddad


#b3ddad Border Color

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

This div border color is #b3ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ddad


Comments

No comments written yet.

Please login to write comment.