Color Hex Logo

#b4cbdf Color Hex

#B4CBDF
(180,203,223)
0 Favorites   0 Comments

Color spaces of #b4cbdf

RGB 180203223
HSL0.580.400.79
HSV208°19°87°
CMYK 0.190.090.00   0.13
XYZ53.497657.742978.1379
Yxy57.74290.28250.3049
Hunter Lab75.9887-7.3127-7.7747
CIE-Lab80.5956-3.5330-12.5152

#b4cbdf color RGB value is (180,203,223).

#b4cbdf hex color red value is 180, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b4cbdf hue: 0.58 , saturation: 0.40 and the lightness value of b4cbdf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001011 11011111
Octal 264 313 337
Decimal 180 203 223
Hex B4 CB DF

RGB Percentages of Color #b4cbdf

%29.70
%33.50
%36.80

CMYK Percentages of Color #b4cbdf

%19
%9
%0
%13

Triadic Colors of #b4cbdf

#b4cbdf #dfb4cb #cbdfb4

Analogous Colors of #b4cbdf

#b4cbdf #b4b6df #b4dfde

Monochromatic Colors of #b4cbdf

#b4cbdf

Complementary Color

#b4cbdf #dfc8b4

#b4cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cbdf Color CSS Codes

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

#b4cbdf Text Font Color

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

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


#b4cbdf Background Color

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

This div background color is #b4cbdf


#b4cbdf Border Color

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

This div border color is #b4cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cbdf


Comments

No comments written yet.

Please login to write comment.