Color Hex Logo

#b5dfeb Color Hex

#B5DFEB
(181,223,235)
0 Favorites   0 Comments

Color spaces of #b5dfeb

RGB 181223235
HSL0.540.570.82
HSV193°23°92°
CMYK 0.230.050.00   0.08
XYZ60.439168.597388.6524
Yxy68.59730.27760.3151
Hunter Lab82.8235-14.6836-5.4862
CIE-Lab86.3042-11.0048-10.3689

#b5dfeb color RGB value is (181,223,235).

#b5dfeb hex color red value is 181, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b5dfeb hue: 0.54 , saturation: 0.57 and the lightness value of b5dfeb is 0.82.

The process color (four color CMYK) of #b5dfeb color hex is 0.23, 0.05, 0.00, 0.08. Web safe color of #b5dfeb is #ccccff. Color #b5dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011111 11101011
Octal 265 337 353
Decimal 181 223 235
Hex B5 DF EB

RGB Percentages of Color #b5dfeb

%28.33
%34.90
%36.78

CMYK Percentages of Color #b5dfeb

%23
%5
%0
%8

Triadic Colors of #b5dfeb

#b5dfeb #ebb5df #dfebb5

Analogous Colors of #b5dfeb

#b5dfeb #b5c4eb #b5ebdc

Monochromatic Colors of #b5dfeb

#b5dfeb

Complementary Color

#b5dfeb #ebc1b5

#b5dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dfeb Color CSS Codes

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

#b5dfeb Text Font Color

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

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


#b5dfeb Background Color

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

This div background color is #b5dfeb


#b5dfeb Border Color

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

This div border color is #b5dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dfeb


Comments

No comments written yet.

Please login to write comment.