Color Hex Logo

#b4ddba Color Hex

#B4DDBA
(180,221,186)
0 Favorites   0 Comments

Color spaces of #b4ddba

RGB 180221186
HSL0.360.380.79
HSV129°19°87°
CMYK 0.190.000.16   0.13
XYZ53.541864.961456.1712
Yxy64.96140.30650.3719
Hunter Lab80.5986-22.469815.0984
CIE-Lab84.4638-20.092612.8098

#b4ddba color RGB value is (180,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011101 10111010
Octal 264 335 272
Decimal 180 221 186
Hex B4 DD BA

RGB Percentages of Color #b4ddba

%30.66
%37.65
%31.69

CMYK Percentages of Color #b4ddba

%19
%0
%16
%13

Triadic Colors of #b4ddba

#b4ddba #bab4dd #ddbab4

Analogous Colors of #b4ddba

#b4ddba #b4ddcf #c3ddb4

Monochromatic Colors of #b4ddba

#b4ddba

Complementary Color

#b4ddba #ddb4d7

#b4ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ddba Color CSS Codes

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

#b4ddba Text Font Color

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

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


#b4ddba Background Color

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

This div background color is #b4ddba


#b4ddba Border Color

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

This div border color is #b4ddba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,221,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 #b4ddba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ddba


Comments

No comments written yet.

Please login to write comment.