Color Hex Logo

#b4d7fc Color Hex

#B4D7FC
(180,215,252)
0 Favorites   0 Comments

Color spaces of #b4d7fc

RGB 180215252
HSL0.590.920.85
HSV211°29°99°
CMYK 0.290.150.00   0.01
XYZ60.693565.3325101.5070
Yxy65.33250.26670.2871
Hunter Lab80.8285-7.4157-17.8783
CIE-Lab84.6548-3.2926-21.8351

#b4d7fc color RGB value is (180,215,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010111 11111100
Octal 264 327 374
Decimal 180 215 252
Hex B4 D7 FC

RGB Percentages of Color #b4d7fc

%27.82
%33.23
%38.95

CMYK Percentages of Color #b4d7fc

%29
%15
%0
%1

Triadic Colors of #b4d7fc

#b4d7fc #fcb4d7 #d7fcb4

Analogous Colors of #b4d7fc

#b4d7fc #b5b4fc #b4fbfc

Monochromatic Colors of #b4d7fc

#b4d7fc

Complementary Color

#b4d7fc #fcd9b4

#b4d7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d7fc Color CSS Codes

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

#b4d7fc Text Font Color

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

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


#b4d7fc Background Color

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

This div background color is #b4d7fc


#b4d7fc Border Color

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

This div border color is #b4d7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d7fc


Comments

No comments written yet.

Please login to write comment.