Color Hex Logo

#b4ebbe Color Hex

#B4EBBE
(180,235,190)
0 Favorites   0 Comments

Color spaces of #b4ebbe

RGB 180235190
HSL0.360.580.81
HSV131°23°92°
CMYK 0.230.000.19   0.08
XYZ57.825072.837759.7266
Yxy72.83770.30370.3826
Hunter Lab85.3450-28.412118.2489
CIE-Lab88.3703-26.200416.2297

#b4ebbe color RGB value is (180,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 10111110
Octal 264 353 276
Decimal 180 235 190
Hex B4 EB BE

RGB Percentages of Color #b4ebbe

%29.75
%38.84
%31.40

CMYK Percentages of Color #b4ebbe

%23
%0
%19
%8

Triadic Colors of #b4ebbe

#b4ebbe #beb4eb #ebbeb4

Analogous Colors of #b4ebbe

#b4ebbe #b4ebda #c6ebb4

Monochromatic Colors of #b4ebbe

#b4ebbe

Complementary Color

#b4ebbe #ebb4e1

#b4ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebbe Color CSS Codes

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

#b4ebbe Text Font Color

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

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


#b4ebbe Background Color

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

This div background color is #b4ebbe


#b4ebbe Border Color

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

This div border color is #b4ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebbe


Comments

No comments written yet.

Please login to write comment.