Color Hex Logo

#b4dabf Color Hex

#B4DABF
(180,218,191)
0 Favorites   0 Comments

Color spaces of #b4dabf

RGB 180218191
HSL0.380.340.78
HSV137°17°85°
CMYK 0.170.000.12   0.15
XYZ53.297863.607758.7586
Yxy63.60770.30340.3621
Hunter Lab79.7544-20.283412.1466
CIE-Lab83.7611-17.69189.1721

#b4dabf color RGB value is (180,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 10111111
Octal 264 332 277
Decimal 180 218 191
Hex B4 DA BF

RGB Percentages of Color #b4dabf

%30.56
%37.01
%32.43

CMYK Percentages of Color #b4dabf

%17
%0
%12
%15

Triadic Colors of #b4dabf

#b4dabf #bfb4da #dabfb4

Analogous Colors of #b4dabf

#b4dabf #b4dad2 #bcdab4

Monochromatic Colors of #b4dabf

#b4dabf

Complementary Color

#b4dabf #dab4cf

#b4dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dabf Color CSS Codes

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

#b4dabf Text Font Color

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

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


#b4dabf Background Color

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

This div background color is #b4dabf


#b4dabf Border Color

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

This div border color is #b4dabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,218,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dabf


Comments

No comments written yet.

Please login to write comment.