Color Hex Logo

#b3eacd Color Hex

#B3EACD
(179,234,205)
0 Favorites   0 Comments

Color spaces of #b3eacd

RGB 179234205
HSL0.410.570.81
HSV148°24°92°
CMYK 0.240.000.12   0.08
XYZ59.032772.837168.7052
Yxy72.83710.29430.3631
Hunter Lab85.3447-25.885112.0109
CIE-Lab88.3700-23.27008.4051

#b3eacd color RGB value is (179,234,205).

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

The process color (four color CMYK) of #b3eacd color hex is 0.24, 0.00, 0.12, 0.08. Web safe color of #b3eacd is #ccffcc. Color #b3eacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101010 11001101
Octal 263 352 315
Decimal 179 234 205
Hex B3 EA CD

RGB Percentages of Color #b3eacd

%28.96
%37.86
%33.17

CMYK Percentages of Color #b3eacd

%24
%0
%12
%8

Triadic Colors of #b3eacd

#b3eacd #cdb3ea #eacdb3

Analogous Colors of #b3eacd

#b3eacd #b3eae9 #b5eab3

Monochromatic Colors of #b3eacd

#b3eacd

Complementary Color

#b3eacd #eab3d0

#b3eacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eacd Color CSS Codes

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

#b3eacd Text Font Color

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

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


#b3eacd Background Color

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

This div background color is #b3eacd


#b3eacd Border Color

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

This div border color is #b3eacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eacd


Comments

No comments written yet.

Please login to write comment.