Color Hex Logo

#b3ddbc Color Hex

#B3DDBC
(179,221,188)
0 Favorites   0 Comments

Color spaces of #b3ddbc

RGB 179221188
HSL0.370.380.78
HSV133°19°87°
CMYK 0.190.000.15   0.13
XYZ53.524064.927457.2882
Yxy64.92740.30460.3695
Hunter Lab80.5775-22.441314.2509
CIE-Lab84.4463-20.062811.7233

#b3ddbc color RGB value is (179,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 10111100
Octal 263 335 274
Decimal 179 221 188
Hex B3 DD BC

RGB Percentages of Color #b3ddbc

%30.44
%37.59
%31.97

CMYK Percentages of Color #b3ddbc

%19
%0
%15
%13

Triadic Colors of #b3ddbc

#b3ddbc #bcb3dd #ddbcb3

Analogous Colors of #b3ddbc

#b3ddbc #b3ddd1 #bfddb3

Monochromatic Colors of #b3ddbc

#b3ddbc

Complementary Color

#b3ddbc #ddb3d4

#b3ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ddbc Color CSS Codes

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

#b3ddbc Text Font Color

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

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


#b3ddbc Background Color

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

This div background color is #b3ddbc


#b3ddbc Border Color

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

This div border color is #b3ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ddbc


Comments

No comments written yet.

Please login to write comment.