Color Hex Logo

#b2dddd Color Hex

#B2DDDD
(178,221,221)
0 Favorites   0 Comments

Color spaces of #b2dddd

RGB 178221221
HSL0.500.390.78
HSV180°19°87°
CMYK 0.190.000.00   0.13
XYZ57.267766.398378.2044
Yxy66.39830.28370.3289
Hunter Lab81.4852-17.14940.1367
CIE-Lab85.1992-13.8975-4.6289

#b2dddd color RGB value is (178,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 11011101
Octal 262 335 335
Decimal 178 221 221
Hex B2 DD DD

RGB Percentages of Color #b2dddd

%28.71
%35.65
%35.65

CMYK Percentages of Color #b2dddd

%19
%0
%0
%13

Triadic Colors of #b2dddd

#b2dddd #ddb2dd #ddddb2

Analogous Colors of #b2dddd

#b2dddd #b2c8dd #b2ddc8

Monochromatic Colors of #b2dddd

#b2dddd

Complementary Color

#b2dddd #ddb2b2

#b2dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dddd Color CSS Codes

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

#b2dddd Text Font Color

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

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


#b2dddd Background Color

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

This div background color is #b2dddd


#b2dddd Border Color

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

This div border color is #b2dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dddd


Comments

No comments written yet.

Please login to write comment.