Color Hex Logo

#b4eacc Color Hex

#B4EACC
(180,234,204)
0 Favorites   0 Comments

Color spaces of #b4eacc

RGB 180234204
HSL0.410.560.81
HSV147°23°92°
CMYK 0.230.000.13   0.08
XYZ59.144372.908668.0823
Yxy72.90860.29550.3643
Hunter Lab85.3865-25.785712.4961
CIE-Lab88.4041-23.14858.9840

#b4eacc color RGB value is (180,234,204).

#b4eacc hex color red value is 180, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b4eacc hue: 0.41 , saturation: 0.56 and the lightness value of b4eacc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101010 11001100
Octal 264 352 314
Decimal 180 234 204
Hex B4 EA CC

RGB Percentages of Color #b4eacc

%29.13
%37.86
%33.01

CMYK Percentages of Color #b4eacc

%23
%0
%13
%8

Triadic Colors of #b4eacc

#b4eacc #ccb4ea #eaccb4

Analogous Colors of #b4eacc

#b4eacc #b4eae7 #b7eab4

Monochromatic Colors of #b4eacc

#b4eacc

Complementary Color

#b4eacc #eab4d2

#b4eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eacc Color CSS Codes

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

#b4eacc Text Font Color

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

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


#b4eacc Background Color

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

This div background color is #b4eacc


#b4eacc Border Color

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

This div border color is #b4eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eacc


Comments

No comments written yet.

Please login to write comment.