Color Hex Logo

#b7deec Color Hex

#B7DEEC
(183,222,236)
0 Favorites   0 Comments

Color spaces of #b7deec

RGB 183222236
HSL0.540.580.82
HSV196°22°93°
CMYK 0.220.060.00   0.07
XYZ60.790068.366089.3489
Yxy68.36600.27820.3129
Hunter Lab82.6837-13.4614-6.1908
CIE-Lab86.1891-9.6781-11.0552

#b7deec color RGB value is (183,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011110 11101100
Octal 267 336 354
Decimal 183 222 236
Hex B7 DE EC

RGB Percentages of Color #b7deec

%28.55
%34.63
%36.82

CMYK Percentages of Color #b7deec

%22
%6
%0
%7

Triadic Colors of #b7deec

#b7deec #ecb7de #deecb7

Analogous Colors of #b7deec

#b7deec #b7c4ec #b7ece0

Monochromatic Colors of #b7deec

#b7deec

Complementary Color

#b7deec #ecc5b7

#b7deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7deec Color CSS Codes

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

#b7deec Text Font Color

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

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


#b7deec Background Color

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

This div background color is #b7deec


#b7deec Border Color

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

This div border color is #b7deec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,222,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 #b7deec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7deec


Comments

No comments written yet.

Please login to write comment.