Color Hex Logo

#b7deeb Color Hex

#B7DEEB
(183,222,235)
0 Favorites   0 Comments

Color spaces of #b7deeb

RGB 183222235
HSL0.540.570.82
HSV195°22°92°
CMYK 0.220.060.00   0.08
XYZ60.645168.308088.5857
Yxy68.30800.27880.3140
Hunter Lab82.6487-13.6572-5.6950
CIE-Lab86.1602-9.8961-10.5704

#b7deeb color RGB value is (183,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011110 11101011
Octal 267 336 353
Decimal 183 222 235
Hex B7 DE EB

RGB Percentages of Color #b7deeb

%28.59
%34.69
%36.72

CMYK Percentages of Color #b7deeb

%22
%6
%0
%8

Triadic Colors of #b7deeb

#b7deeb #ebb7de #deebb7

Analogous Colors of #b7deeb

#b7deeb #b7c4eb #b7ebde

Monochromatic Colors of #b7deeb

#b7deeb

Complementary Color

#b7deeb #ebc4b7

#b7deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7deeb Color CSS Codes

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

#b7deeb Text Font Color

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

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


#b7deeb Background Color

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

This div background color is #b7deeb


#b7deeb Border Color

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

This div border color is #b7deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7deeb


Comments

No comments written yet.

Please login to write comment.