Color Hex Logo

#b8deee Color Hex

#B8DEEE
(184,222,238)
0 Favorites   0 Comments

Color spaces of #b8deee

RGB 184222238
HSL0.550.610.83
HSV198°23°93°
CMYK 0.230.070.00   0.07
XYZ61.321168.605990.8992
Yxy68.60590.27770.3107
Hunter Lab82.8287-12.8001-7.0869
CIE-Lab86.3085-8.9418-11.9261

#b8deee color RGB value is (184,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011110 11101110
Octal 270 336 356
Decimal 184 222 238
Hex B8 DE EE

RGB Percentages of Color #b8deee

%28.57
%34.47
%36.96

CMYK Percentages of Color #b8deee

%23
%7
%0
%7

Triadic Colors of #b8deee

#b8deee #eeb8de #deeeb8

Analogous Colors of #b8deee

#b8deee #b8c3ee #b8eee3

Monochromatic Colors of #b8deee

#b8deee

Complementary Color

#b8deee #eec8b8

#b8deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8deee Color CSS Codes

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

#b8deee Text Font Color

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

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


#b8deee Background Color

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

This div background color is #b8deee


#b8deee Border Color

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

This div border color is #b8deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8deee


Comments

No comments written yet.

Please login to write comment.