Color Hex Logo

#b2dedc Color Hex

#B2DEDC
(178,222,220)
0 Favorites   0 Comments

Color spaces of #b2dedc

RGB 178222220
HSL0.490.400.78
HSV177°20°87°
CMYK 0.200.000.01   0.13
XYZ57.399666.874877.5930
Yxy66.87480.28430.3313
Hunter Lab81.7770-17.81990.9874
CIE-Lab85.4407-14.6145-3.7445

#b2dedc color RGB value is (178,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011110 11011100
Octal 262 336 334
Decimal 178 222 220
Hex B2 DE DC

RGB Percentages of Color #b2dedc

%28.71
%35.81
%35.48

CMYK Percentages of Color #b2dedc

%20
%0
%1
%13

Triadic Colors of #b2dedc

#b2dedc #dcb2de #dedcb2

Analogous Colors of #b2dedc

#b2dedc #b2cade #b2dec6

Monochromatic Colors of #b2dedc

#b2dedc

Complementary Color

#b2dedc #deb2b4

#b2dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dedc Color CSS Codes

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

#b2dedc Text Font Color

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

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


#b2dedc Background Color

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

This div background color is #b2dedc


#b2dedc Border Color

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

This div border color is #b2dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dedc


Comments

No comments written yet.

Please login to write comment.