Color Hex Logo

#b4ddea Color Hex

#B4DDEA
(180,221,234)
0 Favorites   0 Comments

Color spaces of #b4ddea

RGB 180221234
HSL0.540.560.81
HSV194°23°92°
CMYK 0.230.060.00   0.08
XYZ59.530167.356787.7055
Yxy67.35670.27740.3139
Hunter Lab82.0711-14.1499-5.9106
CIE-Lab85.6838-10.4967-10.7714

#b4ddea color RGB value is (180,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011101 11101010
Octal 264 335 352
Decimal 180 221 234
Hex B4 DD EA

RGB Percentages of Color #b4ddea

%28.35
%34.80
%36.85

CMYK Percentages of Color #b4ddea

%23
%6
%0
%8

Triadic Colors of #b4ddea

#b4ddea #eab4dd #ddeab4

Analogous Colors of #b4ddea

#b4ddea #b4c2ea #b4eadc

Monochromatic Colors of #b4ddea

#b4ddea

Complementary Color

#b4ddea #eac1b4

#b4ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ddea Color CSS Codes

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

#b4ddea Text Font Color

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

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


#b4ddea Background Color

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

This div background color is #b4ddea


#b4ddea Border Color

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

This div border color is #b4ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ddea

#b4ddea Color Palettes


Comments

No comments written yet.

Please login to write comment.