Color Hex Logo

#b8c3df Color Hex

#B8C3DF
(184,195,223)
0 Favorites   0 Comments

Color spaces of #b8c3df

RGB 184195223
HSL0.620.380.80
HSV223°17°87°
CMYK 0.170.130.00   0.13
XYZ52.601654.548377.5685
Yxy54.54830.28480.2953
Hunter Lab73.8568-2.1199-10.5698
CIE-Lab78.78041.9737-15.2090

#b8c3df color RGB value is (184,195,223).

#b8c3df hex color red value is 184, green value is 195 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b8c3df hue: 0.62 , saturation: 0.38 and the lightness value of b8c3df is 0.80.

The process color (four color CMYK) of #b8c3df color hex is 0.17, 0.13, 0.00, 0.13. Web safe color of #b8c3df is #cccccc. Color #b8c3df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11000011 11011111
Octal 270 303 337
Decimal 184 195 223
Hex B8 C3 DF

RGB Percentages of Color #b8c3df

%30.56
%32.39
%37.04

CMYK Percentages of Color #b8c3df

%17
%13
%0
%13

Triadic Colors of #b8c3df

#b8c3df #dfb8c3 #c3dfb8

Analogous Colors of #b8c3df

#b8c3df #c1b8df #b8d7df

Monochromatic Colors of #b8c3df

#b8c3df

Complementary Color

#b8c3df #dfd4b8

#b8c3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8c3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8c3df Color CSS Codes

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

#b8c3df Text Font Color

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

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


#b8c3df Background Color

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

This div background color is #b8c3df


#b8c3df Border Color

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

This div border color is #b8c3df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,195,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8c3df


Comments

No comments written yet.

Please login to write comment.