Color Hex Logo

#b1deec Color Hex

#B1DEEC
(177,222,236)
0 Favorites   0 Comments

Color spaces of #b1deec

RGB 177222236
HSL0.540.610.81
HSV194°25°93°
CMYK 0.250.060.00   0.07
XYZ59.393167.645889.2835
Yxy67.64580.27460.3127
Hunter Lab82.2471-15.0321-6.7895
CIE-Lab85.8290-11.4513-11.6304

#b1deec color RGB value is (177,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011110 11101100
Octal 261 336 354
Decimal 177 222 236
Hex B1 DE EC

RGB Percentages of Color #b1deec

%27.87
%34.96
%37.17

CMYK Percentages of Color #b1deec

%25
%6
%0
%7

Triadic Colors of #b1deec

#b1deec #ecb1de #deecb1

Analogous Colors of #b1deec

#b1deec #b1c1ec #b1ecdd

Monochromatic Colors of #b1deec

#b1deec

Complementary Color

#b1deec #ecbfb1

#b1deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1deec Color CSS Codes

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

#b1deec Text Font Color

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

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


#b1deec Background Color

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

This div background color is #b1deec


#b1deec Border Color

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

This div border color is #b1deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1deec


Comments

No comments written yet.

Please login to write comment.