Color Hex Logo

#b7d3da Color Hex

#B7D3DA
(183,211,218)
0 Favorites   0 Comments

Color spaces of #b7d3da

RGB 183211218
HSL0.530.320.79
HSV192°16°85°
CMYK 0.160.030.00   0.15
XYZ55.477661.717875.3184
Yxy61.71780.28820.3206
Hunter Lab78.5607-11.4289-1.8506
CIE-Lab82.7631-7.8441-6.5981

#b7d3da color RGB value is (183,211,218).

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

The process color (four color CMYK) of #b7d3da color hex is 0.16, 0.03, 0.00, 0.15. Web safe color of #b7d3da is #cccccc. Color #b7d3da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010011 11011010
Octal 267 323 332
Decimal 183 211 218
Hex B7 D3 DA

RGB Percentages of Color #b7d3da

%29.90
%34.48
%35.62

CMYK Percentages of Color #b7d3da

%16
%3
%0
%15

Triadic Colors of #b7d3da

#b7d3da #dab7d3 #d3dab7

Analogous Colors of #b7d3da

#b7d3da #b7c2da #b7dad0

Monochromatic Colors of #b7d3da

#b7d3da

Complementary Color

#b7d3da #dabeb7

#b7d3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d3da Color CSS Codes

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

#b7d3da Text Font Color

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

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


#b7d3da Background Color

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

This div background color is #b7d3da


#b7d3da Border Color

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

This div border color is #b7d3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d3da


Comments

No comments written yet.

Please login to write comment.