Color Hex Logo

#b7dcdf Color Hex

#B7DCDF
(183,220,223)
0 Favorites   0 Comments

Color spaces of #b7dcdf

RGB 183220223
HSL0.510.380.80
HSV185°18°87°
CMYK 0.180.010.00   0.13
XYZ58.440966.581479.5834
Yxy66.58140.28560.3254
Hunter Lab81.5974-14.9520-0.7084
CIE-Lab85.2921-11.4337-5.5153

#b7dcdf color RGB value is (183,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 11011111
Octal 267 334 337
Decimal 183 220 223
Hex B7 DC DF

RGB Percentages of Color #b7dcdf

%29.23
%35.14
%35.62

CMYK Percentages of Color #b7dcdf

%18
%1
%0
%13

Triadic Colors of #b7dcdf

#b7dcdf #dfb7dc #dcdfb7

Analogous Colors of #b7dcdf

#b7dcdf #b7c8df #b7dfce

Monochromatic Colors of #b7dcdf

#b7dcdf

Complementary Color

#b7dcdf #dfbab7

#b7dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dcdf Color CSS Codes

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

#b7dcdf Text Font Color

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

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


#b7dcdf Background Color

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

This div background color is #b7dcdf


#b7dcdf Border Color

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

This div border color is #b7dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dcdf


Comments

No comments written yet.

Please login to write comment.