Color Hex Logo

#b5dcd1 Color Hex

#B5DCD1
(181,220,209)
0 Favorites   0 Comments

Color spaces of #b5dcd1

RGB 181220209
HSL0.450.360.79
HSV163°18°86°
CMYK 0.180.000.05   0.14
XYZ56.157965.613670.0265
Yxy65.61360.29280.3421
Hunter Lab81.0022-18.00195.4453
CIE-Lab84.7989-14.91811.1555

#b5dcd1 color RGB value is (181,220,209).

#b5dcd1 hex color red value is 181, green value is 220 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #b5dcd1 hue: 0.45 , saturation: 0.36 and the lightness value of b5dcd1 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 11010001
Octal 265 334 321
Decimal 181 220 209
Hex B5 DC D1

RGB Percentages of Color #b5dcd1

%29.67
%36.07
%34.26

CMYK Percentages of Color #b5dcd1

%18
%0
%5
%14

Triadic Colors of #b5dcd1

#b5dcd1 #d1b5dc #dcd1b5

Analogous Colors of #b5dcd1

#b5dcd1 #b5d4dc #b5dcbe

Monochromatic Colors of #b5dcd1

#b5dcd1

Complementary Color

#b5dcd1 #dcb5c0

#b5dcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dcd1 Color CSS Codes

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

#b5dcd1 Text Font Color

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

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


#b5dcd1 Background Color

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

This div background color is #b5dcd1


#b5dcd1 Border Color

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

This div border color is #b5dcd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,220,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5dcd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5dcd1;
  -webkit-box-shadow: 1px 1px 3px 2px #b5dcd1;
  box-shadow:         1px 1px 3px 2px #b5dcd1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,220,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dcd1


Comments

No comments written yet.

Please login to write comment.