Color Hex Logo

#b4efbd Color Hex

#B4EFBD
(180,239,189)
0 Favorites   0 Comments

Color spaces of #b4efbd

RGB 180239189
HSL0.360.650.82
HSV129°25°94°
CMYK 0.250.000.21   0.06
XYZ58.874275.110459.5389
Yxy75.11040.30420.3881
Hunter Lab86.6663-30.407219.9347
CIE-Lab89.4447-28.284518.2538

#b4efbd color RGB value is (180,239,189).

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

The process color (four color CMYK) of #b4efbd color hex is 0.25, 0.00, 0.21, 0.06. Web safe color of #b4efbd is #ccffcc. Color #b4efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101111 10111101
Octal 264 357 275
Decimal 180 239 189
Hex B4 EF BD

RGB Percentages of Color #b4efbd

%29.61
%39.31
%31.09

CMYK Percentages of Color #b4efbd

%25
%0
%21
%6

Triadic Colors of #b4efbd

#b4efbd #bdb4ef #efbdb4

Analogous Colors of #b4efbd

#b4efbd #b4efdb #c9efb4

Monochromatic Colors of #b4efbd

#b4efbd

Complementary Color

#b4efbd #efb4e6

#b4efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4efbd Color CSS Codes

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

#b4efbd Text Font Color

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

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


#b4efbd Background Color

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

This div background color is #b4efbd


#b4efbd Border Color

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

This div border color is #b4efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4efbd


Comments

No comments written yet.

Please login to write comment.