Color Hex Logo

#b2dbbe Color Hex

#B2DBBE
(178,219,190)
0 Favorites   0 Comments

Color spaces of #b2dbbe

RGB 178219190
HSL0.380.360.78
HSV138°19°86°
CMYK 0.190.000.13   0.14
XYZ52.985963.845758.2460
Yxy63.84570.30260.3647
Hunter Lab79.9035-21.463612.7128
CIE-Lab83.8854-19.03339.8613

#b2dbbe color RGB value is (178,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011011 10111110
Octal 262 333 276
Decimal 178 219 190
Hex B2 DB BE

RGB Percentages of Color #b2dbbe

%30.32
%37.31
%32.37

CMYK Percentages of Color #b2dbbe

%19
%0
%13
%14

Triadic Colors of #b2dbbe

#b2dbbe #beb2db #dbbeb2

Analogous Colors of #b2dbbe

#b2dbbe #b2dbd3 #bbdbb2

Monochromatic Colors of #b2dbbe

#b2dbbe

Complementary Color

#b2dbbe #dbb2cf

#b2dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dbbe Color CSS Codes

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

#b2dbbe Text Font Color

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

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


#b2dbbe Background Color

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

This div background color is #b2dbbe


#b2dbbe Border Color

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

This div border color is #b2dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dbbe


Comments

No comments written yet.

Please login to write comment.