Color Hex Logo

#b8eddb Color Hex

#B8EDDB
(184,237,219)
0 Favorites   0 Comments

Color spaces of #b8eddb

RGB 184237219
HSL0.440.600.83
HSV160°22°93°
CMYK 0.220.000.08   0.07
XYZ62.837575.873278.3509
Yxy75.87320.28950.3495
Hunter Lab87.1052-23.66477.6425
CIE-Lab89.8004-20.46083.1926

#b8eddb color RGB value is (184,237,219).

#b8eddb hex color red value is 184, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b8eddb hue: 0.44 , saturation: 0.60 and the lightness value of b8eddb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101101 11011011
Octal 270 355 333
Decimal 184 237 219
Hex B8 ED DB

RGB Percentages of Color #b8eddb

%28.75
%37.03
%34.22

CMYK Percentages of Color #b8eddb

%22
%0
%8
%7

Triadic Colors of #b8eddb

#b8eddb #dbb8ed #eddbb8

Analogous Colors of #b8eddb

#b8eddb #b8e5ed #b8edc1

Monochromatic Colors of #b8eddb

#b8eddb

Complementary Color

#b8eddb #edb8ca

#b8eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8eddb Color CSS Codes

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

#b8eddb Text Font Color

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

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


#b8eddb Background Color

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

This div background color is #b8eddb


#b8eddb Border Color

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

This div border color is #b8eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8eddb


Comments

No comments written yet.

Please login to write comment.