Color Hex Logo

#b8c5df Color Hex

#B8C5DF
(184,197,223)
0 Favorites   0 Comments

Color spaces of #b8c5df

RGB 184197223
HSL0.610.380.80
HSV220°17°87°
CMYK 0.170.120.00   0.13
XYZ53.052755.450677.7189
Yxy55.45060.28490.2978
Hunter Lab74.4652-3.1417-9.7551
CIE-Lab79.30010.9036-14.4283

#b8c5df color RGB value is (184,197,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11000101 11011111
Octal 270 305 337
Decimal 184 197 223
Hex B8 C5 DF

RGB Percentages of Color #b8c5df

%30.46
%32.62
%36.92

CMYK Percentages of Color #b8c5df

%17
%12
%0
%13

Triadic Colors of #b8c5df

#b8c5df #dfb8c5 #c5dfb8

Analogous Colors of #b8c5df

#b8c5df #bfb8df #b8d9df

Monochromatic Colors of #b8c5df

#b8c5df

Complementary Color

#b8c5df #dfd2b8

#b8c5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8c5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8c5df Color CSS Codes

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

#b8c5df Text Font Color

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

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


#b8c5df Background Color

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

This div background color is #b8c5df


#b8c5df Border Color

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

This div border color is #b8c5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8c5df


Comments

No comments written yet.

Please login to write comment.