Color Hex Logo

#b4dcfc Color Hex

#B4DCFC
(180,220,252)
0 Favorites   0 Comments

Color spaces of #b4dcfc

RGB 180220252
HSL0.570.920.85
HSV207°29°99°
CMYK 0.290.130.00   0.01
XYZ61.986367.9180101.9379
Yxy67.91800.26740.2929
Hunter Lab82.4124-9.9633-15.6486
CIE-Lab85.9654-5.9063-19.8514

#b4dcfc color RGB value is (180,220,252).

#b4dcfc hex color red value is 180, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b4dcfc hue: 0.57 , saturation: 0.92 and the lightness value of b4dcfc is 0.85.

The process color (four color CMYK) of #b4dcfc color hex is 0.29, 0.13, 0.00, 0.01. Web safe color of #b4dcfc is #ccccff. Color #b4dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011100 11111100
Octal 264 334 374
Decimal 180 220 252
Hex B4 DC FC

RGB Percentages of Color #b4dcfc

%27.61
%33.74
%38.65

CMYK Percentages of Color #b4dcfc

%29
%13
%0
%1

Triadic Colors of #b4dcfc

#b4dcfc #fcb4dc #dcfcb4

Analogous Colors of #b4dcfc

#b4dcfc #b4b8fc #b4fcf8

Monochromatic Colors of #b4dcfc

#b4dcfc

Complementary Color

#b4dcfc #fcd4b4

#b4dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dcfc Color CSS Codes

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

#b4dcfc Text Font Color

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

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


#b4dcfc Background Color

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

This div background color is #b4dcfc


#b4dcfc Border Color

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

This div border color is #b4dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.