Color Hex Logo

#b4dcbe Color Hex

#B4DCBE
(180,220,190)
0 Favorites   0 Comments

Color spaces of #b4dcbe

RGB 180220190
HSL0.380.360.78
HSV135°18°86°
CMYK 0.180.000.14   0.14
XYZ53.709964.607458.3549
Yxy64.60740.30400.3657
Hunter Lab80.3787-21.387213.2206
CIE-Lab84.2810-18.872910.4423

#b4dcbe color RGB value is (180,220,190).

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

The process color (four color CMYK) of #b4dcbe color hex is 0.18, 0.00, 0.14, 0.14. Web safe color of #b4dcbe is #cccccc. Color #b4dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011100 10111110
Octal 264 334 276
Decimal 180 220 190
Hex B4 DC BE

RGB Percentages of Color #b4dcbe

%30.51
%37.29
%32.20

CMYK Percentages of Color #b4dcbe

%18
%0
%14
%14

Triadic Colors of #b4dcbe

#b4dcbe #beb4dc #dcbeb4

Analogous Colors of #b4dcbe

#b4dcbe #b4dcd2 #bedcb4

Monochromatic Colors of #b4dcbe

#b4dcbe

Complementary Color

#b4dcbe #dcb4d2

#b4dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dcbe Color CSS Codes

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

#b4dcbe Text Font Color

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

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


#b4dcbe Background Color

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

This div background color is #b4dcbe


#b4dcbe Border Color

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

This div border color is #b4dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dcbe


Comments

No comments written yet.

Please login to write comment.