Color Hex Logo

#b5ddea Color Hex

#B5DDEA
(181,221,234)
0 Favorites   0 Comments

Color spaces of #b5ddea

RGB 181221234
HSL0.540.560.81
HSV195°23°92°
CMYK 0.230.060.00   0.08
XYZ59.763867.477287.7164
Yxy67.47720.27800.3139
Hunter Lab82.1445-13.8862-5.8105
CIE-Lab85.7444-10.1988-10.6746

#b5ddea color RGB value is (181,221,234).

#b5ddea hex color red value is 181, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b5ddea hue: 0.54 , saturation: 0.56 and the lightness value of b5ddea is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011101 11101010
Octal 265 335 352
Decimal 181 221 234
Hex B5 DD EA

RGB Percentages of Color #b5ddea

%28.46
%34.75
%36.79

CMYK Percentages of Color #b5ddea

%23
%6
%0
%8

Triadic Colors of #b5ddea

#b5ddea #eab5dd #ddeab5

Analogous Colors of #b5ddea

#b5ddea #b5c3ea #b5eadd

Monochromatic Colors of #b5ddea

#b5ddea

Complementary Color

#b5ddea #eac2b5

#b5ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ddea Color CSS Codes

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

#b5ddea Text Font Color

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

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


#b5ddea Background Color

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

This div background color is #b5ddea


#b5ddea Border Color

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

This div border color is #b5ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ddea


Comments

No comments written yet.

Please login to write comment.