Color Hex Logo

#b4dcdf Color Hex

#B4DCDF
(180,220,223)
0 Favorites   0 Comments

Color spaces of #b4dcdf

RGB 180220223
HSL0.510.400.79
HSV184°19°87°
CMYK 0.190.010.00   0.13
XYZ57.734966.217479.5503
Yxy66.21740.28370.3254
Hunter Lab81.3741-15.7589-0.9993
CIE-Lab85.1072-12.3557-5.8091

#b4dcdf color RGB value is (180,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011100 11011111
Octal 264 334 337
Decimal 180 220 223
Hex B4 DC DF

RGB Percentages of Color #b4dcdf

%28.89
%35.31
%35.79

CMYK Percentages of Color #b4dcdf

%19
%1
%0
%13

Triadic Colors of #b4dcdf

#b4dcdf #dfb4dc #dcdfb4

Analogous Colors of #b4dcdf

#b4dcdf #b4c7df #b4dfcd

Monochromatic Colors of #b4dcdf

#b4dcdf

Complementary Color

#b4dcdf #dfb7b4

#b4dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dcdf Color CSS Codes

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

#b4dcdf Text Font Color

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

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


#b4dcdf Background Color

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

This div background color is #b4dcdf


#b4dcdf Border Color

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

This div border color is #b4dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dcdf


Comments

No comments written yet.

Please login to write comment.