Color Hex Logo

#b2ddbc Color Hex

#B2DDBC
(178,221,188)
0 Favorites   0 Comments

Color spaces of #b2ddbc

RGB 178221188
HSL0.370.390.78
HSV134°19°87°
CMYK 0.190.000.15   0.13
XYZ53.293664.808757.2774
Yxy64.80870.30390.3695
Hunter Lab80.5039-22.714614.1687
CIE-Lab84.3851-20.392111.6278

#b2ddbc color RGB value is (178,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 10111100
Octal 262 335 274
Decimal 178 221 188
Hex B2 DD BC

RGB Percentages of Color #b2ddbc

%30.32
%37.65
%32.03

CMYK Percentages of Color #b2ddbc

%19
%0
%15
%13

Triadic Colors of #b2ddbc

#b2ddbc #bcb2dd #ddbcb2

Analogous Colors of #b2ddbc

#b2ddbc #b2ddd2 #beddb2

Monochromatic Colors of #b2ddbc

#b2ddbc

Complementary Color

#b2ddbc #ddb2d3

#b2ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ddbc Color CSS Codes

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

#b2ddbc Text Font Color

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

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


#b2ddbc Background Color

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

This div background color is #b2ddbc


#b2ddbc Border Color

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

This div border color is #b2ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ddbc


Comments

No comments written yet.

Please login to write comment.