Color Hex Logo

#b7dace Color Hex

#B7DACE
(183,218,206)
0 Favorites   0 Comments

Color spaces of #b7dace

RGB 183218206
HSL0.440.320.79
HSV159°16°85°
CMYK 0.160.000.06   0.15
XYZ55.740464.666367.9365
Yxy64.66630.29600.3433
Hunter Lab80.4154-16.99856.2014
CIE-Lab84.3115-13.85932.0499

#b7dace color RGB value is (183,218,206).

#b7dace hex color red value is 183, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b7dace hue: 0.44 , saturation: 0.32 and the lightness value of b7dace is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 11001110
Octal 267 332 316
Decimal 183 218 206
Hex B7 DA CE

RGB Percentages of Color #b7dace

%30.15
%35.91
%33.94

CMYK Percentages of Color #b7dace

%16
%0
%6
%15

Triadic Colors of #b7dace

#b7dace #ceb7da #daceb7

Analogous Colors of #b7dace

#b7dace #b7d5da #b7dabd

Monochromatic Colors of #b7dace

#b7dace

Complementary Color

#b7dace #dab7c3

#b7dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dace Color CSS Codes

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

#b7dace Text Font Color

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

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


#b7dace Background Color

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

This div background color is #b7dace


#b7dace Border Color

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

This div border color is #b7dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dace


Comments

No comments written yet.

Please login to write comment.