Color Hex Logo

#b4d7cd Color Hex

#B4D7CD
(180,215,205)
0 Favorites   0 Comments

Color spaces of #b4d7cd

RGB 180215205
HSL0.450.300.77
HSV163°16°84°
CMYK 0.160.000.05   0.16
XYZ54.142362.712067.0086
Yxy62.71200.29450.3411
Hunter Lab79.1909-16.54485.2645
CIE-Lab83.2906-13.49761.0715

#b4d7cd color RGB value is (180,215,205).

#b4d7cd hex color red value is 180, green value is 215 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b4d7cd hue: 0.45 , saturation: 0.30 and the lightness value of b4d7cd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010111 11001101
Octal 264 327 315
Decimal 180 215 205
Hex B4 D7 CD

RGB Percentages of Color #b4d7cd

%30.00
%35.83
%34.17

CMYK Percentages of Color #b4d7cd

%16
%0
%5
%16

Triadic Colors of #b4d7cd

#b4d7cd #cdb4d7 #d7cdb4

Analogous Colors of #b4d7cd

#b4d7cd #b4d0d7 #b4d7bc

Monochromatic Colors of #b4d7cd

#b4d7cd

Complementary Color

#b4d7cd #d7b4be

#b4d7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d7cd Color CSS Codes

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

#b4d7cd Text Font Color

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

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


#b4d7cd Background Color

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

This div background color is #b4d7cd


#b4d7cd Border Color

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

This div border color is #b4d7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d7cd

#b4d7cd Color Palettes


Comments

No comments written yet.

Please login to write comment.