Color Hex Logo

#b4d5df Color Hex

#B4D5DF
(180,213,223)
0 Favorites   0 Comments

Color spaces of #b4d5df

RGB 180213223
HSL0.540.400.79
HSV194°19°87°
CMYK 0.190.040.00   0.13
XYZ55.935962.619578.9507
Yxy62.61950.28320.3171
Hunter Lab79.1325-12.3066-3.7611
CIE-Lab83.2418-8.7598-8.5717

#b4d5df color RGB value is (180,213,223).

#b4d5df hex color red value is 180, green value is 213 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b4d5df hue: 0.54 , saturation: 0.40 and the lightness value of b4d5df is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010101 11011111
Octal 264 325 337
Decimal 180 213 223
Hex B4 D5 DF

RGB Percentages of Color #b4d5df

%29.22
%34.58
%36.20

CMYK Percentages of Color #b4d5df

%19
%4
%0
%13

Triadic Colors of #b4d5df

#b4d5df #dfb4d5 #d5dfb4

Analogous Colors of #b4d5df

#b4d5df #b4c0df #b4dfd4

Monochromatic Colors of #b4d5df

#b4d5df

Complementary Color

#b4d5df #dfbeb4

#b4d5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d5df Color CSS Codes

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

#b4d5df Text Font Color

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

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


#b4d5df Background Color

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

This div background color is #b4d5df


#b4d5df Border Color

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

This div border color is #b4d5df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,213,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d5df


Comments

No comments written yet.

Please login to write comment.