Color Hex Logo

#b2dabe Color Hex

#B2DABE
(178,218,190)
0 Favorites   0 Comments

Color spaces of #b2dabe

RGB 178218190
HSL0.380.350.78
HSV138°18°85°
CMYK 0.180.000.13   0.15
XYZ52.725863.325558.1593
Yxy63.32550.30270.3635
Hunter Lab79.5773-20.991012.3719
CIE-Lab83.6133-18.53529.4729

#b2dabe color RGB value is (178,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011010 10111110
Octal 262 332 276
Decimal 178 218 190
Hex B2 DA BE

RGB Percentages of Color #b2dabe

%30.38
%37.20
%32.42

CMYK Percentages of Color #b2dabe

%18
%0
%13
%15

Triadic Colors of #b2dabe

#b2dabe #beb2da #dabeb2

Analogous Colors of #b2dabe

#b2dabe #b2dad2 #badab2

Monochromatic Colors of #b2dabe

#b2dabe

Complementary Color

#b2dabe #dab2ce

#b2dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dabe Color CSS Codes

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

#b2dabe Text Font Color

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

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


#b2dabe Background Color

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

This div background color is #b2dabe


#b2dabe Border Color

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

This div border color is #b2dabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,218,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 #b2dabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dabe


Comments

No comments written yet.

Please login to write comment.