Color Hex Logo

#b7d8ba Color Hex

#B7D8BA
(183,216,186)
0 Favorites   0 Comments

Color spaces of #b7d8ba

RGB 183216186
HSL0.350.300.78
HSV125°15°85°
CMYK 0.150.000.14   0.15
XYZ52.947262.724255.7707
Yxy62.72420.30880.3659
Hunter Lab79.1986-19.263713.6877
CIE-Lab83.2971-16.597711.1802

#b7d8ba color RGB value is (183,216,186).

#b7d8ba hex color red value is 183, green value is 216 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b7d8ba hue: 0.35 , saturation: 0.30 and the lightness value of b7d8ba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011000 10111010
Octal 267 330 272
Decimal 183 216 186
Hex B7 D8 BA

RGB Percentages of Color #b7d8ba

%31.28
%36.92
%31.79

CMYK Percentages of Color #b7d8ba

%15
%0
%14
%15

Triadic Colors of #b7d8ba

#b7d8ba #bab7d8 #d8bab7

Analogous Colors of #b7d8ba

#b7d8ba #b7d8cb #c5d8b7

Monochromatic Colors of #b7d8ba

#b7d8ba

Complementary Color

#b7d8ba #d8b7d5

#b7d8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d8ba Color CSS Codes

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

#b7d8ba Text Font Color

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

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


#b7d8ba Background Color

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

This div background color is #b7d8ba


#b7d8ba Border Color

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

This div border color is #b7d8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d8ba


Comments

No comments written yet.

Please login to write comment.