Color Hex Logo

#b0ddec Color Hex

#B0DDEC
(176,221,236)
0 Favorites   0 Comments

Color spaces of #b0ddec

RGB 176221236
HSL0.540.610.81
HSV195°25°93°
CMYK 0.250.060.00   0.07
XYZ58.901366.999189.1846
Yxy66.99910.27390.3115
Hunter Lab81.8530-14.7943-7.3036
CIE-Lab85.5035-11.2312-12.1225

#b0ddec color RGB value is (176,221,236).

#b0ddec hex color red value is 176, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b0ddec hue: 0.54 , saturation: 0.61 and the lightness value of b0ddec is 0.81.

The process color (four color CMYK) of #b0ddec color hex is 0.25, 0.06, 0.00, 0.07. Web safe color of #b0ddec is #99ccff. Color #b0ddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011101 11101100
Octal 260 335 354
Decimal 176 221 236
Hex B0 DD EC

RGB Percentages of Color #b0ddec

%27.80
%34.91
%37.28

CMYK Percentages of Color #b0ddec

%25
%6
%0
%7

Triadic Colors of #b0ddec

#b0ddec #ecb0dd #ddecb0

Analogous Colors of #b0ddec

#b0ddec #b0bfec #b0ecdd

Monochromatic Colors of #b0ddec

#b0ddec

Complementary Color

#b0ddec #ecbfb0

#b0ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ddec Color CSS Codes

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

#b0ddec Text Font Color

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

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


#b0ddec Background Color

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

This div background color is #b0ddec


#b0ddec Border Color

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

This div border color is #b0ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ddec


Comments

No comments written yet.

Please login to write comment.