Color Hex Logo

#b4ebca Color Hex

#B4EBCA
(180,235,202)
0 Favorites   0 Comments

Color spaces of #b4ebca

RGB 180235202
HSL0.400.580.81
HSV144°23°92°
CMYK 0.230.000.14   0.08
XYZ59.191473.384266.9220
Yxy73.38420.29670.3678
Hunter Lab85.6646-26.575413.6473
CIE-Lab88.6306-24.011610.3517

#b4ebca color RGB value is (180,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 11001010
Octal 264 353 312
Decimal 180 235 202
Hex B4 EB CA

RGB Percentages of Color #b4ebca

%29.17
%38.09
%32.74

CMYK Percentages of Color #b4ebca

%23
%0
%14
%8

Triadic Colors of #b4ebca

#b4ebca #cab4eb #ebcab4

Analogous Colors of #b4ebca

#b4ebca #b4ebe6 #baebb4

Monochromatic Colors of #b4ebca

#b4ebca

Complementary Color

#b4ebca #ebb4d5

#b4ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebca Color CSS Codes

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

#b4ebca Text Font Color

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

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


#b4ebca Background Color

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

This div background color is #b4ebca


#b4ebca Border Color

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

This div border color is #b4ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebca

#b4ebca Color Palettes


Comments

No comments written yet.

Please login to write comment.