Color Hex Logo

#b5ddec Color Hex

#B5DDEC
(181,221,236)
0 Favorites   0 Comments

Color spaces of #b5ddec

RGB 181221236
HSL0.550.590.82
HSV196°23°93°
CMYK 0.230.060.00   0.07
XYZ60.052867.592889.2385
Yxy67.59280.27690.3117
Hunter Lab82.2148-13.4929-6.8048
CIE-Lab85.8024-9.7598-11.6448

#b5ddec color RGB value is (181,221,236).

#b5ddec hex color red value is 181, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b5ddec hue: 0.55 , saturation: 0.59 and the lightness value of b5ddec is 0.82.

The process color (four color CMYK) of #b5ddec color hex is 0.23, 0.06, 0.00, 0.07. Web safe color of #b5ddec is #ccccff. Color #b5ddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 11101100
Octal 265 335 354
Decimal 181 221 236
Hex B5 DD EC

RGB Percentages of Color #b5ddec

%28.37
%34.64
%36.99

CMYK Percentages of Color #b5ddec

%23
%6
%0
%7

Triadic Colors of #b5ddec

#b5ddec #ecb5dd #ddecb5

Analogous Colors of #b5ddec

#b5ddec #b5c2ec #b5ece0

Monochromatic Colors of #b5ddec

#b5ddec

Complementary Color

#b5ddec #ecc4b5

#b5ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ddec Color CSS Codes

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

#b5ddec Text Font Color

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

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


#b5ddec Background Color

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

This div background color is #b5ddec


#b5ddec Border Color

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

This div border color is #b5ddec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,221,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ddec


Comments

No comments written yet.

Please login to write comment.