Color Hex Logo

#b2eacc Color Hex

#B2EACC
(178,234,204)
0 Favorites   0 Comments

Color spaces of #b2eacc

RGB 178234204
HSL0.410.570.81
HSV148°24°92°
CMYK 0.240.000.13   0.08
XYZ58.682072.670268.0606
Yxy72.67020.29430.3644
Hunter Lab85.2468-26.306512.3360
CIE-Lab88.2902-23.77268.8058

#b2eacc color RGB value is (178,234,204).

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

The process color (four color CMYK) of #b2eacc color hex is 0.24, 0.00, 0.13, 0.08. Web safe color of #b2eacc is #99ffcc. Color #b2eacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 11001100
Octal 262 352 314
Decimal 178 234 204
Hex B2 EA CC

RGB Percentages of Color #b2eacc

%28.90
%37.99
%33.12

CMYK Percentages of Color #b2eacc

%24
%0
%13
%8

Triadic Colors of #b2eacc

#b2eacc #ccb2ea #eaccb2

Analogous Colors of #b2eacc

#b2eacc #b2eae8 #b4eab2

Monochromatic Colors of #b2eacc

#b2eacc

Complementary Color

#b2eacc #eab2d0

#b2eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eacc Color CSS Codes

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

#b2eacc Text Font Color

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

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


#b2eacc Background Color

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

This div background color is #b2eacc


#b2eacc Border Color

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

This div border color is #b2eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eacc

#b2eacc Color Palettes


Comments

No comments written yet.

Please login to write comment.