Color Hex Logo

#b7dce1 Color Hex

#B7DCE1
(183,220,225)
0 Favorites   0 Comments

Color spaces of #b7dce1

RGB 183220225
HSL0.520.410.80
HSV187°19°88°
CMYK 0.190.020.00   0.12
XYZ58.712266.689981.0121
Yxy66.68990.28440.3231
Hunter Lab81.6639-14.5793-1.6521
CIE-Lab85.3471-11.0138-6.4922

#b7dce1 color RGB value is (183,220,225).

#b7dce1 hex color red value is 183, green value is 220 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b7dce1 hue: 0.52 , saturation: 0.41 and the lightness value of b7dce1 is 0.80.

The process color (four color CMYK) of #b7dce1 color hex is 0.19, 0.02, 0.00, 0.12. Web safe color of #b7dce1 is #cccccc. Color #b7dce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 11100001
Octal 267 334 341
Decimal 183 220 225
Hex B7 DC E1

RGB Percentages of Color #b7dce1

%29.14
%35.03
%35.83

CMYK Percentages of Color #b7dce1

%19
%2
%0
%12

Triadic Colors of #b7dce1

#b7dce1 #e1b7dc #dce1b7

Analogous Colors of #b7dce1

#b7dce1 #b7c7e1 #b7e1d1

Monochromatic Colors of #b7dce1

#b7dce1

Complementary Color

#b7dce1 #e1bcb7

#b7dce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dce1 Color CSS Codes

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

#b7dce1 Text Font Color

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

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


#b7dce1 Background Color

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

This div background color is #b7dce1


#b7dce1 Border Color

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

This div border color is #b7dce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dce1


Comments

No comments written yet.

Please login to write comment.