Color Hex Logo

#b4cdba Color Hex

#B4CDBA
(180,205,186)
0 Favorites   0 Comments

Color spaces of #b4cdba

RGB 180205186
HSL0.370.200.75
HSV134°12°80°
CMYK 0.120.000.09   0.20
XYZ49.516656.911154.8295
Yxy56.91110.30710.3529
Hunter Lab75.4394-14.85609.7156
CIE-Lab80.1296-12.02926.6243

#b4cdba color RGB value is (180,205,186).

#b4cdba hex color red value is 180, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b4cdba hue: 0.37 , saturation: 0.20 and the lightness value of b4cdba is 0.75.

The process color (four color CMYK) of #b4cdba color hex is 0.12, 0.00, 0.09, 0.20. Web safe color of #b4cdba is #cccccc. Color #b4cdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001101 10111010
Octal 264 315 272
Decimal 180 205 186
Hex B4 CD BA

RGB Percentages of Color #b4cdba

%31.52
%35.90
%32.57

CMYK Percentages of Color #b4cdba

%12
%0
%9
%20

Triadic Colors of #b4cdba

#b4cdba #bab4cd #cdbab4

Analogous Colors of #b4cdba

#b4cdba #b4cdc7 #bbcdb4

Monochromatic Colors of #b4cdba

#b4cdba

Complementary Color

#b4cdba #cdb4c7

#b4cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cdba Color CSS Codes

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

#b4cdba Text Font Color

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

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


#b4cdba Background Color

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

This div background color is #b4cdba


#b4cdba Border Color

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

This div border color is #b4cdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cdba


Comments

No comments written yet.

Please login to write comment.