Color Hex Logo

#b8daee Color Hex

#B8DAEE
(184,218,238)
0 Favorites   0 Comments

Color spaces of #b8daee

RGB 184218238
HSL0.560.610.83
HSV202°23°93°
CMYK 0.230.080.00   0.07
XYZ60.271266.506290.5493
Yxy66.50620.27730.3060
Hunter Lab81.5513-10.7929-8.7458
CIE-Lab85.2540-6.8762-13.5023

#b8daee color RGB value is (184,218,238).

#b8daee hex color red value is 184, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b8daee hue: 0.56 , saturation: 0.61 and the lightness value of b8daee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 11101110
Octal 270 332 356
Decimal 184 218 238
Hex B8 DA EE

RGB Percentages of Color #b8daee

%28.75
%34.06
%37.19

CMYK Percentages of Color #b8daee

%23
%8
%0
%7

Triadic Colors of #b8daee

#b8daee #eeb8da #daeeb8

Analogous Colors of #b8daee

#b8daee #b8bfee #b8eee7

Monochromatic Colors of #b8daee

#b8daee

Complementary Color

#b8daee #eeccb8

#b8daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8daee Color CSS Codes

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

#b8daee Text Font Color

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

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


#b8daee Background Color

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

This div background color is #b8daee


#b8daee Border Color

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

This div border color is #b8daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8daee


Comments

No comments written yet.

Please login to write comment.