Color Hex Logo

#b8dcef Color Hex

#B8DCEF
(184,220,239)
0 Favorites   0 Comments

Color spaces of #b8dcef

RGB 184220239
HSL0.560.630.83
HSV201°23°94°
CMYK 0.230.080.00   0.06
XYZ60.940467.608791.4992
Yxy67.60870.27690.3072
Hunter Lab82.2245-11.5983-8.4206
CIE-Lab85.8104-7.6907-13.1983

#b8dcef color RGB value is (184,220,239).

#b8dcef hex color red value is 184, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b8dcef hue: 0.56 , saturation: 0.63 and the lightness value of b8dcef is 0.83.

The process color (four color CMYK) of #b8dcef color hex is 0.23, 0.08, 0.00, 0.06. Web safe color of #b8dcef is #ccccff. Color #b8dcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 11101111
Octal 270 334 357
Decimal 184 220 239
Hex B8 DC EF

RGB Percentages of Color #b8dcef

%28.62
%34.21
%37.17

CMYK Percentages of Color #b8dcef

%23
%8
%0
%6

Triadic Colors of #b8dcef

#b8dcef #efb8dc #dcefb8

Analogous Colors of #b8dcef

#b8dcef #b8c1ef #b8efe7

Monochromatic Colors of #b8dcef

#b8dcef

Complementary Color

#b8dcef #efcbb8

#b8dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dcef Color CSS Codes

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

#b8dcef Text Font Color

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

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


#b8dcef Background Color

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

This div background color is #b8dcef


#b8dcef Border Color

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

This div border color is #b8dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dcef


Comments

No comments written yet.

Please login to write comment.