Color Hex Logo

#b3ddbd Color Hex

#B3DDBD
(179,221,189)
0 Favorites   0 Comments

Color spaces of #b3ddbd

RGB 179221189
HSL0.370.380.78
HSV134°19°87°
CMYK 0.190.000.14   0.13
XYZ53.632264.970757.8580
Yxy64.97070.30390.3682
Hunter Lab80.6044-22.288213.8646
CIE-Lab84.4686-19.881011.2282

#b3ddbd color RGB value is (179,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 10111101
Octal 263 335 275
Decimal 179 221 189
Hex B3 DD BD

RGB Percentages of Color #b3ddbd

%30.39
%37.52
%32.09

CMYK Percentages of Color #b3ddbd

%19
%0
%14
%13

Triadic Colors of #b3ddbd

#b3ddbd #bdb3dd #ddbdb3

Analogous Colors of #b3ddbd

#b3ddbd #b3ddd2 #beddb3

Monochromatic Colors of #b3ddbd

#b3ddbd

Complementary Color

#b3ddbd #ddb3d3

#b3ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ddbd Color CSS Codes

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

#b3ddbd Text Font Color

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

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


#b3ddbd Background Color

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

This div background color is #b3ddbd


#b3ddbd Border Color

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

This div border color is #b3ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ddbd


Comments

No comments written yet.

Please login to write comment.