Color Hex Logo

#b4ccfb Color Hex

#B4CCFB
(180,204,251)
0 Favorites   0 Comments

Color spaces of #b4ccfb

RGB 180204251
HSL0.610.900.85
HSV220°28°98°
CMYK 0.280.190.00   0.02
XYZ57.827859.854199.7719
Yxy59.85410.26590.2752
Hunter Lab77.3654-1.9674-22.3057
CIE-Lab81.75882.3039-25.7085

#b4ccfb color RGB value is (180,204,251).

#b4ccfb hex color red value is 180, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b4ccfb hue: 0.61 , saturation: 0.90 and the lightness value of b4ccfb is 0.85.

The process color (four color CMYK) of #b4ccfb color hex is 0.28, 0.19, 0.00, 0.02. Web safe color of #b4ccfb is #ccccff. Color #b4ccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 11111011
Octal 264 314 373
Decimal 180 204 251
Hex B4 CC FB

RGB Percentages of Color #b4ccfb

%28.35
%32.13
%39.53

CMYK Percentages of Color #b4ccfb

%28
%19
%0
%2

Triadic Colors of #b4ccfb

#b4ccfb #fbb4cc #ccfbb4

Analogous Colors of #b4ccfb

#b4ccfb #c0b4fb #b4f0fb

Monochromatic Colors of #b4ccfb

#b4ccfb

Complementary Color

#b4ccfb #fbe3b4

#b4ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ccfb Color CSS Codes

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

#b4ccfb Text Font Color

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

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


#b4ccfb Background Color

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

This div background color is #b4ccfb


#b4ccfb Border Color

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

This div border color is #b4ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ccfb


Comments

No comments written yet.

Please login to write comment.