Color Hex Logo

#b4cfcb Color Hex

#B4CFCB
(180,207,203)
0 Favorites   0 Comments

Color spaces of #b4cfcb

RGB 180207203
HSL0.480.220.76
HSV171°13°81°
CMYK 0.130.000.02   0.19
XYZ51.914758.640765.0825
Yxy58.64070.29560.3339
Hunter Lab76.5772-12.99803.2138
CIE-Lab81.0937-9.7922-1.0705

#b4cfcb color RGB value is (180,207,203).

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

The process color (four color CMYK) of #b4cfcb color hex is 0.13, 0.00, 0.02, 0.19. Web safe color of #b4cfcb is #cccccc. Color #b4cfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001111 11001011
Octal 264 317 313
Decimal 180 207 203
Hex B4 CF CB

RGB Percentages of Color #b4cfcb

%30.51
%35.08
%34.41

CMYK Percentages of Color #b4cfcb

%13
%0
%2
%19

Triadic Colors of #b4cfcb

#b4cfcb #cbb4cf #cfcbb4

Analogous Colors of #b4cfcb

#b4cfcb #b4c6cf #b4cfbe

Monochromatic Colors of #b4cfcb

#b4cfcb

Complementary Color

#b4cfcb #cfb4b8

#b4cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cfcb Color CSS Codes

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

#b4cfcb Text Font Color

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

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


#b4cfcb Background Color

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

This div background color is #b4cfcb


#b4cfcb Border Color

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

This div border color is #b4cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cfcb


Comments

No comments written yet.

Please login to write comment.