Color Hex Logo

#b4ecbe Color Hex

#B4ECBE
(180,236,190)
0 Favorites   0 Comments

Color spaces of #b4ecbe

RGB 180236190
HSL0.360.600.82
HSV131°24°93°
CMYK 0.240.000.19   0.07
XYZ58.112173.411959.8223
Yxy73.41190.30370.3837
Hunter Lab85.6807-28.875518.5802
CIE-Lab88.6438-26.679516.6139

#b4ecbe color RGB value is (180,236,190).

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

The process color (four color CMYK) of #b4ecbe color hex is 0.24, 0.00, 0.19, 0.07. Web safe color of #b4ecbe is #ccffcc. Color #b4ecbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101100 10111110
Octal 264 354 276
Decimal 180 236 190
Hex B4 EC BE

RGB Percentages of Color #b4ecbe

%29.70
%38.94
%31.35

CMYK Percentages of Color #b4ecbe

%24
%0
%19
%7

Triadic Colors of #b4ecbe

#b4ecbe #beb4ec #ecbeb4

Analogous Colors of #b4ecbe

#b4ecbe #b4ecda #c6ecb4

Monochromatic Colors of #b4ecbe

#b4ecbe

Complementary Color

#b4ecbe #ecb4e2

#b4ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ecbe Color CSS Codes

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

#b4ecbe Text Font Color

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

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


#b4ecbe Background Color

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

This div background color is #b4ecbe


#b4ecbe Border Color

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

This div border color is #b4ecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ecbe


Comments

No comments written yet.

Please login to write comment.