Color Hex Logo

#b4c3fe Color Hex

#B4C3FE
(180,195,254)
0 Favorites   0 Comments

Color spaces of #b4c3fe

RGB 180195254
HSL0.630.970.85
HSV228°29°100°
CMYK 0.290.230.00   0.00
XYZ56.226955.8893101.5902
Yxy55.88930.26310.2615
Hunter Lab74.75913.4226-28.2378
CIE-Lab79.55087.8751-30.6885

#b4c3fe color RGB value is (180,195,254).

#b4c3fe hex color red value is 180, green value is 195 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b4c3fe hue: 0.63 , saturation: 0.97 and the lightness value of b4c3fe is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11000011 11111110
Octal 264 303 376
Decimal 180 195 254
Hex B4 C3 FE

RGB Percentages of Color #b4c3fe

%28.62
%31.00
%40.38

CMYK Percentages of Color #b4c3fe

%29
%23
%0
%0

Triadic Colors of #b4c3fe

#b4c3fe #feb4c3 #c3feb4

Analogous Colors of #b4c3fe

#b4c3fe #cab4fe #b4e8fe

Monochromatic Colors of #b4c3fe

#b4c3fe

Complementary Color

#b4c3fe #feefb4

#b4c3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4c3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4c3fe Color CSS Codes

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

#b4c3fe Text Font Color

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

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


#b4c3fe Background Color

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

This div background color is #b4c3fe


#b4c3fe Border Color

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

This div border color is #b4c3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4c3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.