Color Hex Logo

#b8dfeb Color Hex

#B8DFEB
(184,223,235)
0 Favorites   0 Comments

Color spaces of #b8dfeb

RGB 184223235
HSL0.540.560.82
HSV194°22°92°
CMYK 0.220.050.00   0.08
XYZ61.150268.963988.6857
Yxy68.96390.27950.3152
Hunter Lab83.0445-13.8886-5.1864
CIE-Lab86.4862-10.1093-10.0786

#b8dfeb color RGB value is (184,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 11101011
Octal 270 337 353
Decimal 184 223 235
Hex B8 DF EB

RGB Percentages of Color #b8dfeb

%28.66
%34.74
%36.60

CMYK Percentages of Color #b8dfeb

%22
%5
%0
%8

Triadic Colors of #b8dfeb

#b8dfeb #ebb8df #dfebb8

Analogous Colors of #b8dfeb

#b8dfeb #b8c6eb #b8ebde

Monochromatic Colors of #b8dfeb

#b8dfeb

Complementary Color

#b8dfeb #ebc4b8

#b8dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dfeb Color CSS Codes

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

#b8dfeb Text Font Color

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

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


#b8dfeb Background Color

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

This div background color is #b8dfeb


#b8dfeb Border Color

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

This div border color is #b8dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dfeb


Comments

No comments written yet.

Please login to write comment.