Color Hex Logo

#b2dcc1 Color Hex

#B2DCC1
(178,220,193)
0 Favorites   0 Comments

Color spaces of #b2dcc1

RGB 178220193
HSL0.390.380.78
HSV141°19°86°
CMYK 0.190.000.12   0.14
XYZ53.578964.501660.0782
Yxy64.50160.30070.3620
Hunter Lab80.3129-21.465411.8670
CIE-Lab84.2263-18.97328.7642

#b2dcc1 color RGB value is (178,220,193).

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

The process color (four color CMYK) of #b2dcc1 color hex is 0.19, 0.00, 0.12, 0.14. Web safe color of #b2dcc1 is #99cccc. Color #b2dcc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011100 11000001
Octal 262 334 301
Decimal 178 220 193
Hex B2 DC C1

RGB Percentages of Color #b2dcc1

%30.12
%37.23
%32.66

CMYK Percentages of Color #b2dcc1

%19
%0
%12
%14

Triadic Colors of #b2dcc1

#b2dcc1 #c1b2dc #dcc1b2

Analogous Colors of #b2dcc1

#b2dcc1 #b2dcd6 #b8dcb2

Monochromatic Colors of #b2dcc1

#b2dcc1

Complementary Color

#b2dcc1 #dcb2cd

#b2dcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dcc1 Color CSS Codes

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

#b2dcc1 Text Font Color

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

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


#b2dcc1 Background Color

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

This div background color is #b2dcc1


#b2dcc1 Border Color

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

This div border color is #b2dcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dcc1


Comments

No comments written yet.

Please login to write comment.