Color Hex Logo

#b4cccf Color Hex

#B4CCCF
(180,204,207)
0 Favorites   0 Comments

Color spaces of #b4cccf

RGB 180204207
HSL0.520.220.76
HSV187°13°81°
CMYK 0.130.010.00   0.19
XYZ51.677757.394067.3859
Yxy57.39400.29290.3253
Hunter Lab75.7588-10.81700.2940
CIE-Lab80.4007-7.4281-4.2299

#b4cccf color RGB value is (180,204,207).

#b4cccf hex color red value is 180, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b4cccf hue: 0.52 , saturation: 0.22 and the lightness value of b4cccf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 11001111
Octal 264 314 317
Decimal 180 204 207
Hex B4 CC CF

RGB Percentages of Color #b4cccf

%30.46
%34.52
%35.03

CMYK Percentages of Color #b4cccf

%13
%1
%0
%19

Triadic Colors of #b4cccf

#b4cccf #cfb4cc #cccfb4

Analogous Colors of #b4cccf

#b4cccf #b4bfcf #b4cfc5

Monochromatic Colors of #b4cccf

#b4cccf

Complementary Color

#b4cccf #cfb7b4

#b4cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cccf Color CSS Codes

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

#b4cccf Text Font Color

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

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


#b4cccf Background Color

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

This div background color is #b4cccf


#b4cccf Border Color

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

This div border color is #b4cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cccf


Comments

No comments written yet.

Please login to write comment.