Color Hex Logo

#b8ddec Color Hex

#B8DDEC
(184,221,236)
0 Favorites   0 Comments

Color spaces of #b8ddec

RGB 184221236
HSL0.550.580.82
HSV197°22°93°
CMYK 0.220.060.00   0.07
XYZ60.763967.959489.2718
Yxy67.95940.27870.3117
Hunter Lab82.4375-12.6949-6.4991
CIE-Lab85.9861-8.8648-11.3513

#b8ddec color RGB value is (184,221,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 11101100
Octal 270 335 354
Decimal 184 221 236
Hex B8 DD EC

RGB Percentages of Color #b8ddec

%28.71
%34.48
%36.82

CMYK Percentages of Color #b8ddec

%22
%6
%0
%7

Triadic Colors of #b8ddec

#b8ddec #ecb8dd #ddecb8

Analogous Colors of #b8ddec

#b8ddec #b8c3ec #b8ece1

Monochromatic Colors of #b8ddec

#b8ddec

Complementary Color

#b8ddec #ecc7b8

#b8ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ddec Color CSS Codes

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

#b8ddec Text Font Color

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

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


#b8ddec Background Color

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

This div background color is #b8ddec


#b8ddec Border Color

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

This div border color is #b8ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ddec


Comments

No comments written yet.

Please login to write comment.