Color Hex Logo

#b3ddaa Color Hex

#B3DDAA
(179,221,170)
0 Favorites   0 Comments

Color spaces of #b3ddaa

RGB 179221170
HSL0.300.430.77
HSV109°23°87°
CMYK 0.190.000.23   0.13
XYZ51.702664.198947.6968
Yxy64.19890.31600.3924
Hunter Lab80.1242-25.034820.7925
CIE-Lab84.0692-23.175120.6395

#b3ddaa color RGB value is (179,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 10101010
Octal 263 335 252
Decimal 179 221 170
Hex B3 DD AA

RGB Percentages of Color #b3ddaa

%31.40
%38.77
%29.82

CMYK Percentages of Color #b3ddaa

%19
%0
%23
%13

Triadic Colors of #b3ddaa

#b3ddaa #aab3dd #ddaab3

Analogous Colors of #b3ddaa

#b3ddaa #aaddbb #cdddaa

Monochromatic Colors of #b3ddaa

#b3ddaa

Complementary Color

#b3ddaa #d4aadd

#b3ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ddaa Color CSS Codes

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

#b3ddaa Text Font Color

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

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


#b3ddaa Background Color

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

This div background color is #b3ddaa


#b3ddaa Border Color

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

This div border color is #b3ddaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,221,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ddaa


Comments

No comments written yet.

Please login to write comment.