Color Hex Logo

#b7dcec Color Hex

#B7DCEC
(183,220,236)
0 Favorites   0 Comments

Color spaces of #b7dcec

RGB 183220236
HSL0.550.580.82
HSV198°22°93°
CMYK 0.220.070.00   0.07
XYZ60.262067.309889.1728
Yxy67.30980.27800.3105
Hunter Lab82.0425-12.4624-7.0131
CIE-Lab85.6602-8.6489-11.8441

#b7dcec color RGB value is (183,220,236).

#b7dcec hex color red value is 183, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b7dcec hue: 0.55 , saturation: 0.58 and the lightness value of b7dcec is 0.82.

The process color (four color CMYK) of #b7dcec color hex is 0.22, 0.07, 0.00, 0.07. Web safe color of #b7dcec is #ccccff. Color #b7dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 11101100
Octal 267 334 354
Decimal 183 220 236
Hex B7 DC EC

RGB Percentages of Color #b7dcec

%28.64
%34.43
%36.93

CMYK Percentages of Color #b7dcec

%22
%7
%0
%7

Triadic Colors of #b7dcec

#b7dcec #ecb7dc #dcecb7

Analogous Colors of #b7dcec

#b7dcec #b7c2ec #b7ece2

Monochromatic Colors of #b7dcec

#b7dcec

Complementary Color

#b7dcec #ecc7b7

#b7dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dcec Color CSS Codes

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

#b7dcec Text Font Color

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

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


#b7dcec Background Color

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

This div background color is #b7dcec


#b7dcec Border Color

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

This div border color is #b7dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dcec


Comments

No comments written yet.

Please login to write comment.