Color Hex Logo

#b4ddbd Color Hex

#B4DDBD
(180,221,189)
0 Favorites   0 Comments

Color spaces of #b4ddbd

RGB 180221189
HSL0.370.380.79
HSV133°19°87°
CMYK 0.190.000.14   0.13
XYZ53.864165.090357.8689
Yxy65.09030.30460.3681
Hunter Lab80.6786-22.014013.9476
CIE-Lab84.5302-19.551911.3243

#b4ddbd color RGB value is (180,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011101 10111101
Octal 264 335 275
Decimal 180 221 189
Hex B4 DD BD

RGB Percentages of Color #b4ddbd

%30.51
%37.46
%32.03

CMYK Percentages of Color #b4ddbd

%19
%0
%14
%13

Triadic Colors of #b4ddbd

#b4ddbd #bdb4dd #ddbdb4

Analogous Colors of #b4ddbd

#b4ddbd #b4ddd2 #c0ddb4

Monochromatic Colors of #b4ddbd

#b4ddbd

Complementary Color

#b4ddbd #ddb4d4

#b4ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ddbd Color CSS Codes

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

#b4ddbd Text Font Color

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

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


#b4ddbd Background Color

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

This div background color is #b4ddbd


#b4ddbd Border Color

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

This div border color is #b4ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ddbd


Comments

No comments written yet.

Please login to write comment.