Color Hex Logo

#b7cbda Color Hex

#B7CBDA
(183,203,218)
0 Favorites   0 Comments

Color spaces of #b7cbda

RGB 183203218
HSL0.570.320.79
HSV206°16°85°
CMYK 0.160.070.00   0.15
XYZ53.539357.841174.6723
Yxy57.84110.28780.3109
Hunter Lab76.0533-7.4346-4.9760
CIE-Lab80.6504-3.6617-9.7335

#b7cbda color RGB value is (183,203,218).

#b7cbda hex color red value is 183, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b7cbda hue: 0.57 , saturation: 0.32 and the lightness value of b7cbda is 0.79.

The process color (four color CMYK) of #b7cbda color hex is 0.16, 0.07, 0.00, 0.15. Web safe color of #b7cbda is #cccccc. Color #b7cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001011 11011010
Octal 267 313 332
Decimal 183 203 218
Hex B7 CB DA

RGB Percentages of Color #b7cbda

%30.30
%33.61
%36.09

CMYK Percentages of Color #b7cbda

%16
%7
%0
%15

Triadic Colors of #b7cbda

#b7cbda #dab7cb #cbdab7

Analogous Colors of #b7cbda

#b7cbda #b7bada #b7dad8

Monochromatic Colors of #b7cbda

#b7cbda

Complementary Color

#b7cbda #dac6b7

#b7cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cbda Color CSS Codes

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

#b7cbda Text Font Color

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

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


#b7cbda Background Color

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

This div background color is #b7cbda


#b7cbda Border Color

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

This div border color is #b7cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cbda


Comments

No comments written yet.

Please login to write comment.