Color Hex Logo

#b4eebc Color Hex

#B4EEBC
(180,238,188)
0 Favorites   0 Comments

Color spaces of #b4eebc

RGB 180238188
HSL0.360.630.82
HSV128°24°93°
CMYK 0.240.000.21   0.07
XYZ58.474074.483258.8717
Yxy74.48320.30480.3883
Hunter Lab86.3036-30.090919.9681
CIE-Lab89.1504-27.983818.3596

#b4eebc color RGB value is (180,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101110 10111100
Octal 264 356 274
Decimal 180 238 188
Hex B4 EE BC

RGB Percentages of Color #b4eebc

%29.70
%39.27
%31.02

CMYK Percentages of Color #b4eebc

%24
%0
%21
%7

Triadic Colors of #b4eebc

#b4eebc #bcb4ee #eebcb4

Analogous Colors of #b4eebc

#b4eebc #b4eed9 #c9eeb4

Monochromatic Colors of #b4eebc

#b4eebc

Complementary Color

#b4eebc #eeb4e6

#b4eebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eebc Color CSS Codes

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

#b4eebc Text Font Color

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

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


#b4eebc Background Color

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

This div background color is #b4eebc


#b4eebc Border Color

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

This div border color is #b4eebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eebc


Comments

No comments written yet.

Please login to write comment.