Color Hex Logo

#b3e0ba Color Hex

#B3E0BA
(179,224,186)
0 Favorites   0 Comments

Color spaces of #b3e0ba

RGB 179224186
HSL0.360.420.79
HSV129°20°88°
CMYK 0.200.000.17   0.12
XYZ54.109066.440256.4268
Yxy66.44020.30570.3754
Hunter Lab81.5109-24.151116.0134
CIE-Lab85.2205-21.900813.8713

#b3e0ba color RGB value is (179,224,186).

#b3e0ba hex color red value is 179, green value is 224 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b3e0ba hue: 0.36 , saturation: 0.42 and the lightness value of b3e0ba is 0.79.

The process color (four color CMYK) of #b3e0ba color hex is 0.20, 0.00, 0.17, 0.12. Web safe color of #b3e0ba is #cccccc. Color #b3e0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11100000 10111010
Octal 263 340 272
Decimal 179 224 186
Hex B3 E0 BA

RGB Percentages of Color #b3e0ba

%30.39
%38.03
%31.58

CMYK Percentages of Color #b3e0ba

%20
%0
%17
%12

Triadic Colors of #b3e0ba

#b3e0ba #bab3e0 #e0bab3

Analogous Colors of #b3e0ba

#b3e0ba #b3e0d1 #c3e0b3

Monochromatic Colors of #b3e0ba

#b3e0ba

Complementary Color

#b3e0ba #e0b3d9

#b3e0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3e0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3e0ba Color CSS Codes

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

#b3e0ba Text Font Color

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

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


#b3e0ba Background Color

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

This div background color is #b3e0ba


#b3e0ba Border Color

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

This div border color is #b3e0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3e0ba


Comments

No comments written yet.

Please login to write comment.