Color Hex Logo

#b4c0de Color Hex

#B4C0DE
(180,192,222)
0 Favorites   0 Comments

Color spaces of #b4c0de

RGB 180192222
HSL0.620.390.79
HSV223°19°87°
CMYK 0.190.140.00   0.13
XYZ50.856852.676576.5944
Yxy52.67650.28230.2924
Hunter Lab72.5786-1.9351-11.7656
CIE-Lab77.68362.1111-16.3491

#b4c0de color RGB value is (180,192,222).

#b4c0de hex color red value is 180, green value is 192 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b4c0de hue: 0.62 , saturation: 0.39 and the lightness value of b4c0de is 0.79.

The process color (four color CMYK) of #b4c0de color hex is 0.19, 0.14, 0.00, 0.13. Web safe color of #b4c0de is #cccccc. Color #b4c0de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11000000 11011110
Octal 264 300 336
Decimal 180 192 222
Hex B4 C0 DE

RGB Percentages of Color #b4c0de

%30.30
%32.32
%37.37

CMYK Percentages of Color #b4c0de

%19
%14
%0
%13

Triadic Colors of #b4c0de

#b4c0de #deb4c0 #c0deb4

Analogous Colors of #b4c0de

#b4c0de #bdb4de #b4d5de

Monochromatic Colors of #b4c0de

#b4c0de

Complementary Color

#b4c0de #ded2b4

#b4c0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4c0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4c0de Color CSS Codes

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

#b4c0de Text Font Color

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

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


#b4c0de Background Color

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

This div background color is #b4c0de


#b4c0de Border Color

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

This div border color is #b4c0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4c0de


Comments

No comments written yet.

Please login to write comment.