Color Hex Logo

#b7dccd Color Hex

#B7DCCD
(183,220,205)
0 Favorites   0 Comments

Color spaces of #b7dccd

RGB 183220205
HSL0.430.350.79
HSV156°17°86°
CMYK 0.170.000.07   0.14
XYZ56.141165.661567.4726
Yxy65.66150.29660.3469
Hunter Lab81.0318-18.13587.3533
CIE-Lab84.8235-15.06563.3225

#b7dccd color RGB value is (183,220,205).

#b7dccd hex color red value is 183, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b7dccd hue: 0.43 , saturation: 0.35 and the lightness value of b7dccd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 11001101
Octal 267 334 315
Decimal 183 220 205
Hex B7 DC CD

RGB Percentages of Color #b7dccd

%30.10
%36.18
%33.72

CMYK Percentages of Color #b7dccd

%17
%0
%7
%14

Triadic Colors of #b7dccd

#b7dccd #cdb7dc #dccdb7

Analogous Colors of #b7dccd

#b7dccd #b7d9dc #b7dcbb

Monochromatic Colors of #b7dccd

#b7dccd

Complementary Color

#b7dccd #dcb7c6

#b7dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dccd Color CSS Codes

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

#b7dccd Text Font Color

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

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


#b7dccd Background Color

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

This div background color is #b7dccd


#b7dccd Border Color

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

This div border color is #b7dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dccd


Comments

No comments written yet.

Please login to write comment.