Color Hex Logo

#b7dbde Color Hex

#B7DBDE
(183,219,222)
0 Favorites   0 Comments

Color spaces of #b7dbde

RGB 183219222
HSL0.510.370.79
HSV185°18°87°
CMYK 0.180.010.00   0.13
XYZ58.044866.004278.7880
Yxy66.00420.28620.3254
Hunter Lab81.2430-14.6442-0.6283
CIE-Lab84.9986-11.1312-5.4192

#b7dbde color RGB value is (183,219,222).

#b7dbde hex color red value is 183, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b7dbde hue: 0.51 , saturation: 0.37 and the lightness value of b7dbde is 0.79.

The process color (four color CMYK) of #b7dbde color hex is 0.18, 0.01, 0.00, 0.13. Web safe color of #b7dbde is #cccccc. Color #b7dbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011011 11011110
Octal 267 333 336
Decimal 183 219 222
Hex B7 DB DE

RGB Percentages of Color #b7dbde

%29.33
%35.10
%35.58

CMYK Percentages of Color #b7dbde

%18
%1
%0
%13

Triadic Colors of #b7dbde

#b7dbde #deb7db #dbdeb7

Analogous Colors of #b7dbde

#b7dbde #b7c8de #b7dece

Monochromatic Colors of #b7dbde

#b7dbde

Complementary Color

#b7dbde #debab7

#b7dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dbde Color CSS Codes

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

#b7dbde Text Font Color

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

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


#b7dbde Background Color

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

This div background color is #b7dbde


#b7dbde Border Color

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

This div border color is #b7dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dbde


Comments

No comments written yet.

Please login to write comment.