Color Hex Logo

#b8dcde Color Hex

#B8DCDE
(184,220,222)
3 Favorites   0 Comments

Color spaces of #b8dcde

RGB 184220222
HSL0.510.370.80
HSV183°17°87°
CMYK 0.170.010.00   0.13
XYZ58.545266.650778.8864
Yxy66.65070.28690.3266
Hunter Lab81.6399-14.8647-0.1424
CIE-Lab85.3272-11.3324-4.9272

#b8dcde color RGB value is (184,220,222).

#b8dcde hex color red value is 184, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b8dcde hue: 0.51 , saturation: 0.37 and the lightness value of b8dcde is 0.80.

The process color (four color CMYK) of #b8dcde color hex is 0.17, 0.01, 0.00, 0.13. Web safe color of #b8dcde is #cccccc. Color #b8dcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 11011110
Octal 270 334 336
Decimal 184 220 222
Hex B8 DC DE

RGB Percentages of Color #b8dcde

%29.39
%35.14
%35.46

CMYK Percentages of Color #b8dcde

%17
%1
%0
%13

Triadic Colors of #b8dcde

#b8dcde #deb8dc #dcdeb8

Analogous Colors of #b8dcde

#b8dcde #b8c9de #b8decd

Monochromatic Colors of #b8dcde

#b8dcde

Complementary Color

#b8dcde #debab8

#b8dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dcde Color CSS Codes

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

#b8dcde Text Font Color

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

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


#b8dcde Background Color

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

This div background color is #b8dcde


#b8dcde Border Color

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

This div border color is #b8dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dcde

#b8dcde Color Palettes


Comments

No comments written yet.

Please login to write comment.