Color Hex Logo

#b8ecdb Color Hex

#B8ECDB
(184,236,219)
0 Favorites   0 Comments

Color spaces of #b8ecdb

RGB 184236219
HSL0.450.580.82
HSV160°22°93°
CMYK 0.220.000.07   0.07
XYZ62.548875.295778.2547
Yxy75.29570.28940.3484
Hunter Lab86.7731-23.18457.2716
CIE-Lab89.5313-19.96892.8019

#b8ecdb color RGB value is (184,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101100 11011011
Octal 270 354 333
Decimal 184 236 219
Hex B8 EC DB

RGB Percentages of Color #b8ecdb

%28.79
%36.93
%34.27

CMYK Percentages of Color #b8ecdb

%22
%0
%7
%7

Triadic Colors of #b8ecdb

#b8ecdb #dbb8ec #ecdbb8

Analogous Colors of #b8ecdb

#b8ecdb #b8e3ec #b8ecc1

Monochromatic Colors of #b8ecdb

#b8ecdb

Complementary Color

#b8ecdb #ecb8c9

#b8ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ecdb Color CSS Codes

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

#b8ecdb Text Font Color

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

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


#b8ecdb Background Color

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

This div background color is #b8ecdb


#b8ecdb Border Color

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

This div border color is #b8ecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ecdb


Comments

No comments written yet.

Please login to write comment.