Color Hex Logo

#b7cbee Color Hex

#B7CBEE
(183,203,238)
0 Favorites   0 Comments

Color spaces of #b7cbee

RGB 183203238
HSL0.610.620.83
HSV218°23°93°
CMYK 0.230.150.00   0.07
XYZ56.317058.952289.2996
Yxy58.95220.27530.2882
Hunter Lab76.7803-3.4390-15.2112
CIE-Lab81.26530.7089-19.5101

#b7cbee color RGB value is (183,203,238).

#b7cbee hex color red value is 183, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b7cbee hue: 0.61 , saturation: 0.62 and the lightness value of b7cbee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001011 11101110
Octal 267 313 356
Decimal 183 203 238
Hex B7 CB EE

RGB Percentages of Color #b7cbee

%29.33
%32.53
%38.14

CMYK Percentages of Color #b7cbee

%23
%15
%0
%7

Triadic Colors of #b7cbee

#b7cbee #eeb7cb #cbeeb7

Analogous Colors of #b7cbee

#b7cbee #bfb7ee #b7e7ee

Monochromatic Colors of #b7cbee

#b7cbee

Complementary Color

#b7cbee #eedab7

#b7cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cbee Color CSS Codes

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

#b7cbee Text Font Color

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

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


#b7cbee Background Color

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

This div background color is #b7cbee


#b7cbee Border Color

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

This div border color is #b7cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cbee

#b7cbee Color Palettes


Comments

No comments written yet.

Please login to write comment.