Color Hex Logo

#b8dcee Color Hex

#B8DCEE
(184,220,238)
0 Favorites   0 Comments

Color spaces of #b8dcee

RGB 184220238
HSL0.560.610.83
HSV200°23°93°
CMYK 0.230.080.00   0.07
XYZ60.793067.549890.7232
Yxy67.54980.27750.3084
Hunter Lab82.1887-11.7980-7.9146
CIE-Lab85.7808-7.9111-12.7143

#b8dcee color RGB value is (184,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 11101110
Octal 270 334 356
Decimal 184 220 238
Hex B8 DC EE

RGB Percentages of Color #b8dcee

%28.66
%34.27
%37.07

CMYK Percentages of Color #b8dcee

%23
%8
%0
%7

Triadic Colors of #b8dcee

#b8dcee #eeb8dc #dceeb8

Analogous Colors of #b8dcee

#b8dcee #b8c1ee #b8eee5

Monochromatic Colors of #b8dcee

#b8dcee

Complementary Color

#b8dcee #eecab8

#b8dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dcee Color CSS Codes

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

#b8dcee Text Font Color

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

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


#b8dcee Background Color

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

This div background color is #b8dcee


#b8dcee Border Color

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

This div border color is #b8dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dcee


Comments

No comments written yet.

Please login to write comment.