Color Hex Logo

#b4daca Color Hex

#B4DACA
(180,218,202)
0 Favorites   0 Comments

Color spaces of #b4daca

RGB 180218202
HSL0.430.340.78
HSV155°17°85°
CMYK 0.170.000.07   0.15
XYZ54.554564.110465.3763
Yxy64.11040.29640.3483
Hunter Lab80.0690-18.50087.6380
CIE-Lab84.0232-15.60613.7273

#b4daca color RGB value is (180,218,202).

#b4daca hex color red value is 180, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b4daca hue: 0.43 , saturation: 0.34 and the lightness value of b4daca is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 11001010
Octal 264 332 312
Decimal 180 218 202
Hex B4 DA CA

RGB Percentages of Color #b4daca

%30.00
%36.33
%33.67

CMYK Percentages of Color #b4daca

%17
%0
%7
%15

Triadic Colors of #b4daca

#b4daca #cab4da #dacab4

Analogous Colors of #b4daca

#b4daca #b4d7da #b4dab7

Monochromatic Colors of #b4daca

#b4daca

Complementary Color

#b4daca #dab4c4

#b4daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4daca Color CSS Codes

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

#b4daca Text Font Color

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

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


#b4daca Background Color

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

This div background color is #b4daca


#b4daca Border Color

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

This div border color is #b4daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4daca


Comments

No comments written yet.

Please login to write comment.