Color Hex Logo

#b8ebdb Color Hex

#B8EBDB
(184,235,219)
0 Favorites   0 Comments

Color spaces of #b8ebdb

RGB 184235219
HSL0.450.560.82
HSV161°22°92°
CMYK 0.220.000.07   0.08
XYZ62.261774.721578.1590
Yxy74.72150.28940.3473
Hunter Lab86.4416-22.70386.9001
CIE-Lab89.2624-19.47612.4113

#b8ebdb color RGB value is (184,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101011 11011011
Octal 270 353 333
Decimal 184 235 219
Hex B8 EB DB

RGB Percentages of Color #b8ebdb

%28.84
%36.83
%34.33

CMYK Percentages of Color #b8ebdb

%22
%0
%7
%8

Triadic Colors of #b8ebdb

#b8ebdb #dbb8eb #ebdbb8

Analogous Colors of #b8ebdb

#b8ebdb #b8e2eb #b8ebc2

Monochromatic Colors of #b8ebdb

#b8ebdb

Complementary Color

#b8ebdb #ebb8c8

#b8ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ebdb Color CSS Codes

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

#b8ebdb Text Font Color

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

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


#b8ebdb Background Color

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

This div background color is #b8ebdb


#b8ebdb Border Color

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

This div border color is #b8ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ebdb


Comments

No comments written yet.

Please login to write comment.