Color Hex Logo

#b8dbda Color Hex

#B8DBDA
(184,219,218)
0 Favorites   0 Comments

Color spaces of #b8dbda

RGB 184219218
HSL0.500.330.79
HSV178°16°86°
CMYK 0.160.000.00   0.14
XYZ57.753665.915376.0087
Yxy65.91530.28920.3301
Hunter Lab81.1882-15.10271.3243
CIE-Lab84.9532-11.6462-3.3608

#b8dbda color RGB value is (184,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011011 11011010
Octal 270 333 332
Decimal 184 219 218
Hex B8 DB DA

RGB Percentages of Color #b8dbda

%29.63
%35.27
%35.10

CMYK Percentages of Color #b8dbda

%16
%0
%0
%14

Triadic Colors of #b8dbda

#b8dbda #dab8db #dbdab8

Analogous Colors of #b8dbda

#b8dbda #b8cbdb #b8dbc9

Monochromatic Colors of #b8dbda

#b8dbda

Complementary Color

#b8dbda #dbb8b9

#b8dbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dbda Color CSS Codes

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

#b8dbda Text Font Color

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

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


#b8dbda Background Color

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

This div background color is #b8dbda


#b8dbda Border Color

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

This div border color is #b8dbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dbda


Comments

No comments written yet.

Please login to write comment.