Color Hex Logo

#b2dfcc Color Hex

#B2DFCC
(178,223,204)
0 Favorites   0 Comments

Color spaces of #b2dfcc

RGB 178223204
HSL0.430.410.79
HSV155°20°87°
CMYK 0.200.000.09   0.13
XYZ55.646966.600067.0489
Yxy66.60000.29400.3518
Hunter Lab81.6088-21.10108.4142
CIE-Lab85.3015-18.36104.5045

#b2dfcc color RGB value is (178,223,204).

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

The process color (four color CMYK) of #b2dfcc color hex is 0.20, 0.00, 0.09, 0.13. Web safe color of #b2dfcc is #99cccc. Color #b2dfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011111 11001100
Octal 262 337 314
Decimal 178 223 204
Hex B2 DF CC

RGB Percentages of Color #b2dfcc

%29.42
%36.86
%33.72

CMYK Percentages of Color #b2dfcc

%20
%0
%9
%13

Triadic Colors of #b2dfcc

#b2dfcc #ccb2df #dfccb2

Analogous Colors of #b2dfcc

#b2dfcc #b2dcdf #b2dfb6

Monochromatic Colors of #b2dfcc

#b2dfcc

Complementary Color

#b2dfcc #dfb2c5

#b2dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dfcc Color CSS Codes

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

#b2dfcc Text Font Color

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

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


#b2dfcc Background Color

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

This div background color is #b2dfcc


#b2dfcc Border Color

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

This div border color is #b2dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dfcc


Comments

No comments written yet.

Please login to write comment.