Color Hex Logo

#b8dcec Color Hex

#B8DCEC
(184,220,236)
0 Favorites   0 Comments

Color spaces of #b8dcec

RGB 184220236
HSL0.550.580.82
HSV198°22°93°
CMYK 0.220.070.00   0.07
XYZ60.500767.432989.1840
Yxy67.43290.27870.3106
Hunter Lab82.1175-12.1945-6.9098
CIE-Lab85.7221-8.3495-11.7452

#b8dcec color RGB value is (184,220,236).

#b8dcec hex color red value is 184, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b8dcec hue: 0.55 , saturation: 0.58 and the lightness value of b8dcec is 0.82.

The process color (four color CMYK) of #b8dcec color hex is 0.22, 0.07, 0.00, 0.07. Web safe color of #b8dcec is #ccccff. Color #b8dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 11101100
Octal 270 334 354
Decimal 184 220 236
Hex B8 DC EC

RGB Percentages of Color #b8dcec

%28.75
%34.38
%36.88

CMYK Percentages of Color #b8dcec

%22
%7
%0
%7

Triadic Colors of #b8dcec

#b8dcec #ecb8dc #dcecb8

Analogous Colors of #b8dcec

#b8dcec #b8c2ec #b8ece2

Monochromatic Colors of #b8dcec

#b8dcec

Complementary Color

#b8dcec #ecc8b8

#b8dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dcec Color CSS Codes

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

#b8dcec Text Font Color

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

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


#b8dcec Background Color

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

This div background color is #b8dcec


#b8dcec Border Color

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

This div border color is #b8dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dcec


Comments

No comments written yet.

Please login to write comment.