Color Hex Logo

#b4c3dc Color Hex

#B4C3DC
(180,195,220)
0 Favorites   0 Comments

Color spaces of #b4c3dc

RGB 180195220
HSL0.600.360.78
HSV218°18°86°
CMYK 0.180.110.00   0.14
XYZ51.255853.900875.4126
Yxy53.90080.28390.2985
Hunter Lab73.4172-3.8612-9.5095
CIE-Lab78.40390.0654-14.1877

#b4c3dc color RGB value is (180,195,220).

#b4c3dc hex color red value is 180, green value is 195 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b4c3dc hue: 0.60 , saturation: 0.36 and the lightness value of b4c3dc is 0.78.

The process color (four color CMYK) of #b4c3dc color hex is 0.18, 0.11, 0.00, 0.14. Web safe color of #b4c3dc is #cccccc. Color #b4c3dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11000011 11011100
Octal 264 303 334
Decimal 180 195 220
Hex B4 C3 DC

RGB Percentages of Color #b4c3dc

%30.25
%32.77
%36.97

CMYK Percentages of Color #b4c3dc

%18
%11
%0
%14

Triadic Colors of #b4c3dc

#b4c3dc #dcb4c3 #c3dcb4

Analogous Colors of #b4c3dc

#b4c3dc #b9b4dc #b4d7dc

Monochromatic Colors of #b4c3dc

#b4c3dc

Complementary Color

#b4c3dc #dccdb4

#b4c3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4c3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4c3dc Color CSS Codes

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

#b4c3dc Text Font Color

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

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


#b4c3dc Background Color

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

This div background color is #b4c3dc


#b4c3dc Border Color

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

This div border color is #b4c3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4c3dc


Comments

No comments written yet.

Please login to write comment.