Color Hex Logo

#b5dac8 Color Hex

#B5DAC8
(181,218,200)
0 Favorites   0 Comments

Color spaces of #b5dac8

RGB 181218200
HSL0.420.330.78
HSV151°17°85°
CMYK 0.170.000.08   0.15
XYZ54.552864.136764.1480
Yxy64.13670.29840.3508
Hunter Lab80.0854-18.55838.5688
CIE-Lab84.0369-15.66944.8142

#b5dac8 color RGB value is (181,218,200).

#b5dac8 hex color red value is 181, green value is 218 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b5dac8 hue: 0.42 , saturation: 0.33 and the lightness value of b5dac8 is 0.78.

The process color (four color CMYK) of #b5dac8 color hex is 0.17, 0.00, 0.08, 0.15. Web safe color of #b5dac8 is #cccccc. Color #b5dac8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 11001000
Octal 265 332 310
Decimal 181 218 200
Hex B5 DA C8

RGB Percentages of Color #b5dac8

%30.22
%36.39
%33.39

CMYK Percentages of Color #b5dac8

%17
%0
%8
%15

Triadic Colors of #b5dac8

#b5dac8 #c8b5da #dac8b5

Analogous Colors of #b5dac8

#b5dac8 #b5dada #b5dab6

Monochromatic Colors of #b5dac8

#b5dac8

Complementary Color

#b5dac8 #dab5c7

#b5dac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dac8 Color CSS Codes

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

#b5dac8 Text Font Color

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

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


#b5dac8 Background Color

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

This div background color is #b5dac8


#b5dac8 Border Color

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

This div border color is #b5dac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dac8


Comments

No comments written yet.

Please login to write comment.