Color Hex Logo

#b4ddbf Color Hex

#B4DDBF
(180,221,191)
0 Favorites   0 Comments

Color spaces of #b4ddbf

RGB 180221191
HSL0.380.380.79
HSV136°19°87°
CMYK 0.190.000.14   0.13
XYZ54.082865.177859.0203
Yxy65.17780.30340.3656
Hunter Lab80.7328-21.705413.1685
CIE-Lab84.5753-19.186810.3345

#b4ddbf color RGB value is (180,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011101 10111111
Octal 264 335 277
Decimal 180 221 191
Hex B4 DD BF

RGB Percentages of Color #b4ddbf

%30.41
%37.33
%32.26

CMYK Percentages of Color #b4ddbf

%19
%0
%14
%13

Triadic Colors of #b4ddbf

#b4ddbf #bfb4dd #ddbfb4

Analogous Colors of #b4ddbf

#b4ddbf #b4ddd4 #beddb4

Monochromatic Colors of #b4ddbf

#b4ddbf

Complementary Color

#b4ddbf #ddb4d2

#b4ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ddbf Color CSS Codes

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

#b4ddbf Text Font Color

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

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


#b4ddbf Background Color

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

This div background color is #b4ddbf


#b4ddbf Border Color

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

This div border color is #b4ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ddbf


Comments

No comments written yet.

Please login to write comment.