Color Hex Logo

#b4cfbe Color Hex

#B4CFBE
(180,207,190)
0 Favorites   0 Comments

Color spaces of #b4cfbe

RGB 180207190
HSL0.400.220.76
HSV142°13°81°
CMYK 0.130.000.08   0.19
XYZ50.429558.046757.2614
Yxy58.04670.30430.3502
Hunter Lab76.1884-15.17968.7709
CIE-Lab80.7647-12.30975.4009

#b4cfbe color RGB value is (180,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001111 10111110
Octal 264 317 276
Decimal 180 207 190
Hex B4 CF BE

RGB Percentages of Color #b4cfbe

%31.20
%35.88
%32.93

CMYK Percentages of Color #b4cfbe

%13
%0
%8
%19

Triadic Colors of #b4cfbe

#b4cfbe #beb4cf #cfbeb4

Analogous Colors of #b4cfbe

#b4cfbe #b4cfcc #b8cfb4

Monochromatic Colors of #b4cfbe

#b4cfbe

Complementary Color

#b4cfbe #cfb4c5

#b4cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cfbe Color CSS Codes

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

#b4cfbe Text Font Color

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

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


#b4cfbe Background Color

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

This div background color is #b4cfbe


#b4cfbe Border Color

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

This div border color is #b4cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cfbe


Comments

No comments written yet.

Please login to write comment.