Color Hex Logo

#b4dabe Color Hex

#B4DABE
(180,218,190)
0 Favorites   0 Comments

Color spaces of #b4dabe

RGB 180218190
HSL0.380.340.78
HSV136°17°85°
CMYK 0.170.000.13   0.15
XYZ53.188163.563858.1809
Yxy63.56380.30400.3634
Hunter Lab79.7269-20.439612.5418
CIE-Lab83.7381-17.87599.6679

#b4dabe color RGB value is (180,218,190).

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

The process color (four color CMYK) of #b4dabe color hex is 0.17, 0.00, 0.13, 0.15. Web safe color of #b4dabe is #cccccc. Color #b4dabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 10111110
Octal 264 332 276
Decimal 180 218 190
Hex B4 DA BE

RGB Percentages of Color #b4dabe

%30.61
%37.07
%32.31

CMYK Percentages of Color #b4dabe

%17
%0
%13
%15

Triadic Colors of #b4dabe

#b4dabe #beb4da #dabeb4

Analogous Colors of #b4dabe

#b4dabe #b4dad1 #bddab4

Monochromatic Colors of #b4dabe

#b4dabe

Complementary Color

#b4dabe #dab4d0

#b4dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dabe Color CSS Codes

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

#b4dabe Text Font Color

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

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


#b4dabe Background Color

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

This div background color is #b4dabe


#b4dabe Border Color

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

This div border color is #b4dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dabe


Comments

No comments written yet.

Please login to write comment.