Color Hex Logo

#b8daea Color Hex

#B8DAEA
(184,218,234)
0 Favorites   0 Comments

Color spaces of #b8daea

RGB 184218234
HSL0.550.540.82
HSV199°21°92°
CMYK 0.210.070.00   0.08
XYZ59.689966.273787.4880
Yxy66.27370.27960.3105
Hunter Lab81.4087-11.5866-6.7315
CIE-Lab85.1358-7.7525-11.5622

#b8daea color RGB value is (184,218,234).

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

The process color (four color CMYK) of #b8daea color hex is 0.21, 0.07, 0.00, 0.08. Web safe color of #b8daea is #ccccff. Color #b8daea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 11101010
Octal 270 332 352
Decimal 184 218 234
Hex B8 DA EA

RGB Percentages of Color #b8daea

%28.93
%34.28
%36.79

CMYK Percentages of Color #b8daea

%21
%7
%0
%8

Triadic Colors of #b8daea

#b8daea #eab8da #daeab8

Analogous Colors of #b8daea

#b8daea #b8c1ea #b8eae1

Monochromatic Colors of #b8daea

#b8daea

Complementary Color

#b8daea #eac8b8

#b8daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8daea Color CSS Codes

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

#b8daea Text Font Color

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

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


#b8daea Background Color

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

This div background color is #b8daea


#b8daea Border Color

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

This div border color is #b8daea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,218,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8daea


Comments

No comments written yet.

Please login to write comment.