Color Hex Logo

#b8dbdb Color Hex

#B8DBDB
(184,219,219)
1 Favorites   0 Comments

Color spaces of #b8dbdb

RGB 184219219
HSL0.500.330.79
HSV180°16°86°
CMYK 0.160.000.00   0.14
XYZ57.884965.967976.7000
Yxy65.96790.28860.3289
Hunter Lab81.2206-14.92140.8644
CIE-Lab84.9800-11.4412-3.8508

#b8dbdb color RGB value is (184,219,219).

#b8dbdb hex color red value is 184, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b8dbdb hue: 0.50 , saturation: 0.33 and the lightness value of b8dbdb is 0.79.

The process color (four color CMYK) of #b8dbdb color hex is 0.16, 0.00, 0.00, 0.14. Web safe color of #b8dbdb is #cccccc. Color #b8dbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11011011
Octal 270 333 333
Decimal 184 219 219
Hex B8 DB DB

RGB Percentages of Color #b8dbdb

%29.58
%35.21
%35.21

CMYK Percentages of Color #b8dbdb

%16
%0
%0
%14

Triadic Colors of #b8dbdb

#b8dbdb #dbb8db #dbdbb8

Analogous Colors of #b8dbdb

#b8dbdb #b8cadb #b8dbca

Monochromatic Colors of #b8dbdb

#b8dbdb

Complementary Color

#b8dbdb #dbb8b8

#b8dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbdb Color CSS Codes

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

#b8dbdb Text Font Color

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

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


#b8dbdb Background Color

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

This div background color is #b8dbdb


#b8dbdb Border Color

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

This div border color is #b8dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbdb


Comments

No comments written yet.

Please login to write comment.