Color Hex Logo

#b5ddde Color Hex

#B5DDDE
(181,221,222)
0 Favorites   0 Comments

Color spaces of #b5ddde

RGB 181221222
HSL0.500.380.79
HSV181°18°87°
CMYK 0.180.000.00   0.13
XYZ58.097366.810678.9409
Yxy66.81060.28500.3277
Hunter Lab81.7378-16.1674-0.0448
CIE-Lab85.4082-12.7690-4.8290

#b5ddde color RGB value is (181,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 11011110
Octal 265 335 336
Decimal 181 221 222
Hex B5 DD DE

RGB Percentages of Color #b5ddde

%29.01
%35.42
%35.58

CMYK Percentages of Color #b5ddde

%18
%0
%0
%13

Triadic Colors of #b5ddde

#b5ddde #deb5dd #dddeb5

Analogous Colors of #b5ddde

#b5ddde #b5c9de #b5decb

Monochromatic Colors of #b5ddde

#b5ddde

Complementary Color

#b5ddde #deb6b5

#b5ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ddde Color CSS Codes

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

#b5ddde Text Font Color

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

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


#b5ddde Background Color

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

This div background color is #b5ddde


#b5ddde Border Color

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

This div border color is #b5ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ddde


Comments

No comments written yet.

Please login to write comment.