Color Hex Logo

#b3dcbd Color Hex

#B3DCBD
(179,220,189)
0 Favorites   0 Comments

Color spaces of #b3dcbd

RGB 179220189
HSL0.370.370.78
HSV135°19°86°
CMYK 0.190.000.14   0.14
XYZ53.368964.444257.7703
Yxy64.44420.30400.3670
Hunter Lab80.2771-21.816713.5268
CIE-Lab84.1965-19.385310.8409

#b3dcbd color RGB value is (179,220,189).

#b3dcbd hex color red value is 179, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b3dcbd hue: 0.37 , saturation: 0.37 and the lightness value of b3dcbd is 0.78.

The process color (four color CMYK) of #b3dcbd color hex is 0.19, 0.00, 0.14, 0.14. Web safe color of #b3dcbd is #cccccc. Color #b3dcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011100 10111101
Octal 263 334 275
Decimal 179 220 189
Hex B3 DC BD

RGB Percentages of Color #b3dcbd

%30.44
%37.41
%32.14

CMYK Percentages of Color #b3dcbd

%19
%0
%14
%14

Triadic Colors of #b3dcbd

#b3dcbd #bdb3dc #dcbdb3

Analogous Colors of #b3dcbd

#b3dcbd #b3dcd2 #bedcb3

Monochromatic Colors of #b3dcbd

#b3dcbd

Complementary Color

#b3dcbd #dcb3d2

#b3dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dcbd Color CSS Codes

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

#b3dcbd Text Font Color

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

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


#b3dcbd Background Color

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

This div background color is #b3dcbd


#b3dcbd Border Color

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

This div border color is #b3dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dcbd


Comments

No comments written yet.

Please login to write comment.