Color Hex Logo

#b4cfdd Color Hex

#B4CFDD
(180,207,221)
0 Favorites   0 Comments

Color spaces of #b4cfdd

RGB 180207221
HSL0.560.380.79
HSV200°19°87°
CMYK 0.190.060.00   0.13
XYZ54.186459.549477.0449
Yxy59.54940.28400.3121
Hunter Lab77.1683-9.7044-5.1774
CIE-Lab81.5927-6.0663-9.9574

#b4cfdd color RGB value is (180,207,221).

#b4cfdd hex color red value is 180, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b4cfdd hue: 0.56 , saturation: 0.38 and the lightness value of b4cfdd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001111 11011101
Octal 264 317 335
Decimal 180 207 221
Hex B4 CF DD

RGB Percentages of Color #b4cfdd

%29.61
%34.05
%36.35

CMYK Percentages of Color #b4cfdd

%19
%6
%0
%13

Triadic Colors of #b4cfdd

#b4cfdd #ddb4cf #cfddb4

Analogous Colors of #b4cfdd

#b4cfdd #b4bbdd #b4ddd7

Monochromatic Colors of #b4cfdd

#b4cfdd

Complementary Color

#b4cfdd #ddc2b4

#b4cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cfdd Color CSS Codes

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

#b4cfdd Text Font Color

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

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


#b4cfdd Background Color

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

This div background color is #b4cfdd


#b4cfdd Border Color

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

This div border color is #b4cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cfdd


Comments

No comments written yet.

Please login to write comment.