Color Hex Logo

#b3dfbd Color Hex

#B3DFBD
(179,223,189)
0 Favorites   0 Comments

Color spaces of #b3dfbd

RGB 179223189
HSL0.370.410.79
HSV134°20°87°
CMYK 0.200.000.15   0.13
XYZ54.163466.033258.0351
Yxy66.03320.30390.3705
Hunter Lab81.2608-23.229414.5387
CIE-Lab85.0133-20.869312.0023

#b3dfbd color RGB value is (179,223,189).

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

The process color (four color CMYK) of #b3dfbd color hex is 0.20, 0.00, 0.15, 0.13. Web safe color of #b3dfbd is #cccccc. Color #b3dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 10111101
Octal 263 337 275
Decimal 179 223 189
Hex B3 DF BD

RGB Percentages of Color #b3dfbd

%30.29
%37.73
%31.98

CMYK Percentages of Color #b3dfbd

%20
%0
%15
%13

Triadic Colors of #b3dfbd

#b3dfbd #bdb3df #dfbdb3

Analogous Colors of #b3dfbd

#b3dfbd #b3dfd3 #bfdfb3

Monochromatic Colors of #b3dfbd

#b3dfbd

Complementary Color

#b3dfbd #dfb3d5

#b3dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfbd Color CSS Codes

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

#b3dfbd Text Font Color

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

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


#b3dfbd Background Color

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

This div background color is #b3dfbd


#b3dfbd Border Color

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

This div border color is #b3dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfbd


Comments

No comments written yet.

Please login to write comment.