Color Hex Logo

#b2dddf Color Hex

#B2DDDF
(178,221,223)
0 Favorites   0 Comments

Color spaces of #b2dddf

RGB 178221223
HSL0.510.410.79
HSV183°20°87°
CMYK 0.200.010.00   0.13
XYZ57.535866.505679.6164
Yxy66.50560.28250.3266
Hunter Lab81.5510-16.7790-0.7978
CIE-Lab85.2537-13.4743-5.6065

#b2dddf color RGB value is (178,221,223).

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

The process color (four color CMYK) of #b2dddf color hex is 0.20, 0.01, 0.00, 0.13. Web safe color of #b2dddf is #99cccc. Color #b2dddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 11011111
Octal 262 335 337
Decimal 178 221 223
Hex B2 DD DF

RGB Percentages of Color #b2dddf

%28.62
%35.53
%35.85

CMYK Percentages of Color #b2dddf

%20
%1
%0
%13

Triadic Colors of #b2dddf

#b2dddf #dfb2dd #dddfb2

Analogous Colors of #b2dddf

#b2dddf #b2c7df #b2dfcb

Monochromatic Colors of #b2dddf

#b2dddf

Complementary Color

#b2dddf #dfb4b2

#b2dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dddf Color CSS Codes

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

#b2dddf Text Font Color

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

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


#b2dddf Background Color

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

This div background color is #b2dddf


#b2dddf Border Color

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

This div border color is #b2dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dddf


Comments

No comments written yet.

Please login to write comment.