Color Hex Logo

#b4ebbc Color Hex

#B4EBBC
(180,235,188)
0 Favorites   0 Comments

Color spaces of #b4ebbc

RGB 180235188
HSL0.360.580.81
HSV129°23°92°
CMYK 0.230.000.20   0.08
XYZ57.607872.750858.5830
Yxy72.75080.30490.3850
Hunter Lab85.2941-28.705418.9834
CIE-Lab88.3287-26.552617.2097

#b4ebbc color RGB value is (180,235,188).

#b4ebbc hex color red value is 180, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b4ebbc hue: 0.36 , saturation: 0.58 and the lightness value of b4ebbc is 0.81.

The process color (four color CMYK) of #b4ebbc color hex is 0.23, 0.00, 0.20, 0.08. Web safe color of #b4ebbc is #ccffcc. Color #b4ebbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 10111100
Octal 264 353 274
Decimal 180 235 188
Hex B4 EB BC

RGB Percentages of Color #b4ebbc

%29.85
%38.97
%31.18

CMYK Percentages of Color #b4ebbc

%23
%0
%20
%8

Triadic Colors of #b4ebbc

#b4ebbc #bcb4eb #ebbcb4

Analogous Colors of #b4ebbc

#b4ebbc #b4ebd8 #c8ebb4

Monochromatic Colors of #b4ebbc

#b4ebbc

Complementary Color

#b4ebbc #ebb4e3

#b4ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebbc Color CSS Codes

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

#b4ebbc Text Font Color

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

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


#b4ebbc Background Color

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

This div background color is #b4ebbc


#b4ebbc Border Color

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

This div border color is #b4ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebbc


Comments

No comments written yet.

Please login to write comment.