Color Hex Logo

#b8cbda Color Hex

#B8CBDA
(184,203,218)
0 Favorites   0 Comments

Color spaces of #b8cbda

RGB 184203218
HSL0.570.310.79
HSV206°16°85°
CMYK 0.160.070.00   0.15
XYZ53.778057.964274.6835
Yxy57.96420.28850.3109
Hunter Lab76.1342-7.1500-4.8663
CIE-Lab80.7189-3.3442-9.6242

#b8cbda color RGB value is (184,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001011 11011010
Octal 270 313 332
Decimal 184 203 218
Hex B8 CB DA

RGB Percentages of Color #b8cbda

%30.41
%33.55
%36.03

CMYK Percentages of Color #b8cbda

%16
%7
%0
%15

Triadic Colors of #b8cbda

#b8cbda #dab8cb #cbdab8

Analogous Colors of #b8cbda

#b8cbda #b8bada #b8dad8

Monochromatic Colors of #b8cbda

#b8cbda

Complementary Color

#b8cbda #dac7b8

#b8cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cbda Color CSS Codes

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

#b8cbda Text Font Color

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

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


#b8cbda Background Color

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

This div background color is #b8cbda


#b8cbda Border Color

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

This div border color is #b8cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cbda


Comments

No comments written yet.

Please login to write comment.