Color Hex Logo

#b8ddde Color Hex

#B8DDDE
(184,221,222)
0 Favorites   0 Comments

Color spaces of #b8ddde

RGB 184221222
HSL0.500.370.80
HSV182°17°87°
CMYK 0.170.000.00   0.13
XYZ58.808467.177278.9742
Yxy67.17720.28690.3278
Hunter Lab81.9617-15.35730.2443
CIE-Lab85.5934-11.8428-4.5350

#b8ddde color RGB value is (184,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 11011110
Octal 270 335 336
Decimal 184 221 222
Hex B8 DD DE

RGB Percentages of Color #b8ddde

%29.35
%35.25
%35.41

CMYK Percentages of Color #b8ddde

%17
%0
%0
%13

Triadic Colors of #b8ddde

#b8ddde #deb8dd #dddeb8

Analogous Colors of #b8ddde

#b8ddde #b8cade #b8decc

Monochromatic Colors of #b8ddde

#b8ddde

Complementary Color

#b8ddde #deb9b8

#b8ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ddde Color CSS Codes

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

#b8ddde Text Font Color

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

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


#b8ddde Background Color

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

This div background color is #b8ddde


#b8ddde Border Color

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

This div border color is #b8ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ddde


Comments

No comments written yet.

Please login to write comment.