Color Hex Logo

#b4ccae Color Hex

#B4CCAE
(180,204,174)
0 Favorites   0 Comments

Color spaces of #b4ccae

RGB 180204174
HSL0.300.230.74
HSV108°15°80°
CMYK 0.120.000.15   0.20
XYZ48.055255.945048.3101
Yxy55.94500.31550.3673
Hunter Lab74.7964-16.211014.0628
CIE-Lab79.5825-13.668812.2555

#b4ccae color RGB value is (180,204,174).

#b4ccae hex color red value is 180, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b4ccae hue: 0.30 , saturation: 0.23 and the lightness value of b4ccae is 0.74.

The process color (four color CMYK) of #b4ccae color hex is 0.12, 0.00, 0.15, 0.20. Web safe color of #b4ccae is #cccc99. Color #b4ccae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 10101110
Octal 264 314 256
Decimal 180 204 174
Hex B4 CC AE

RGB Percentages of Color #b4ccae

%32.26
%36.56
%31.18

CMYK Percentages of Color #b4ccae

%12
%0
%15
%20

Triadic Colors of #b4ccae

#b4ccae #aeb4cc #ccaeb4

Analogous Colors of #b4ccae

#b4ccae #aeccb7 #c3ccae

Monochromatic Colors of #b4ccae

#b4ccae

Complementary Color

#b4ccae #c6aecc

#b4ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ccae Color CSS Codes

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

#b4ccae Text Font Color

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

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


#b4ccae Background Color

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

This div background color is #b4ccae


#b4ccae Border Color

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

This div border color is #b4ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ccae


Comments

No comments written yet.

Please login to write comment.