Color Hex Logo

#b3ebdb Color Hex

#B3EBDB
(179,235,219)
0 Favorites   0 Comments

Color spaces of #b3ebdb

RGB 179235219
HSL0.450.580.81
HSV163°24°92°
CMYK 0.240.000.07   0.08
XYZ61.084974.114878.1039
Yxy74.11480.28640.3475
Hunter Lab86.0900-24.00326.4729
CIE-Lab88.9767-20.99811.9609

#b3ebdb color RGB value is (179,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 11011011
Octal 263 353 333
Decimal 179 235 219
Hex B3 EB DB

RGB Percentages of Color #b3ebdb

%28.28
%37.12
%34.60

CMYK Percentages of Color #b3ebdb

%24
%0
%7
%8

Triadic Colors of #b3ebdb

#b3ebdb #dbb3eb #ebdbb3

Analogous Colors of #b3ebdb

#b3ebdb #b3dfeb #b3ebbf

Monochromatic Colors of #b3ebdb

#b3ebdb

Complementary Color

#b3ebdb #ebb3c3

#b3ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebdb Color CSS Codes

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

#b3ebdb Text Font Color

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

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


#b3ebdb Background Color

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

This div background color is #b3ebdb


#b3ebdb Border Color

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

This div border color is #b3ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebdb


Comments

No comments written yet.

Please login to write comment.