Color Hex Logo

#b1dfeb Color Hex

#B1DFEB
(177,223,235)
0 Favorites   0 Comments

Color spaces of #b1dfeb

RGB 177223235
HSL0.530.590.81
HSV192°25°92°
CMYK 0.250.050.00   0.08
XYZ59.514568.120688.6091
Yxy68.12060.27520.3150
Hunter Lab82.5352-15.7238-5.8786
CIE-Lab86.0667-12.1848-10.7480

#b1dfeb color RGB value is (177,223,235).

#b1dfeb hex color red value is 177, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b1dfeb hue: 0.53 , saturation: 0.59 and the lightness value of b1dfeb is 0.81.

The process color (four color CMYK) of #b1dfeb color hex is 0.25, 0.05, 0.00, 0.08. Web safe color of #b1dfeb is #99ccff. Color #b1dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 11101011
Octal 261 337 353
Decimal 177 223 235
Hex B1 DF EB

RGB Percentages of Color #b1dfeb

%27.87
%35.12
%37.01

CMYK Percentages of Color #b1dfeb

%25
%5
%0
%8

Triadic Colors of #b1dfeb

#b1dfeb #ebb1df #dfebb1

Analogous Colors of #b1dfeb

#b1dfeb #b1c2eb #b1ebda

Monochromatic Colors of #b1dfeb

#b1dfeb

Complementary Color

#b1dfeb #ebbdb1

#b1dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dfeb Color CSS Codes

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

#b1dfeb Text Font Color

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

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


#b1dfeb Background Color

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

This div background color is #b1dfeb


#b1dfeb Border Color

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

This div border color is #b1dfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,223,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dfeb


Comments

No comments written yet.

Please login to write comment.