Color Hex Logo

#b5daca Color Hex

#B5DACA
(181,218,202)
0 Favorites   0 Comments

Color spaces of #b5daca

RGB 181218202
HSL0.430.330.78
HSV154°17°85°
CMYK 0.170.000.07   0.15
XYZ54.788164.230865.3873
Yxy64.23080.29710.3483
Hunter Lab80.1441-18.22617.7279
CIE-Lab84.0858-15.28363.8257

#b5daca color RGB value is (181,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011010 11001010
Octal 265 332 312
Decimal 181 218 202
Hex B5 DA CA

RGB Percentages of Color #b5daca

%30.12
%36.27
%33.61

CMYK Percentages of Color #b5daca

%17
%0
%7
%15

Triadic Colors of #b5daca

#b5daca #cab5da #dacab5

Analogous Colors of #b5daca

#b5daca #b5d8da #b5dab8

Monochromatic Colors of #b5daca

#b5daca

Complementary Color

#b5daca #dab5c5

#b5daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5daca Color CSS Codes

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

#b5daca Text Font Color

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

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


#b5daca Background Color

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

This div background color is #b5daca


#b5daca Border Color

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

This div border color is #b5daca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b5daca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5daca


Comments

No comments written yet.

Please login to write comment.