Color Hex Logo

#b8deef Color Hex

#B8DEEF
(184,222,239)
0 Favorites   0 Comments

Color spaces of #b8deef

RGB 184222239
HSL0.550.630.83
HSV199°23°94°
CMYK 0.230.070.00   0.06
XYZ61.468468.664991.6753
Yxy68.66490.27710.3096
Hunter Lab82.8643-12.6019-7.5893
CIE-Lab86.3378-8.7225-12.4100

#b8deef color RGB value is (184,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011110 11101111
Octal 270 336 357
Decimal 184 222 239
Hex B8 DE EF

RGB Percentages of Color #b8deef

%28.53
%34.42
%37.05

CMYK Percentages of Color #b8deef

%23
%7
%0
%6

Triadic Colors of #b8deef

#b8deef #efb8de #deefb8

Analogous Colors of #b8deef

#b8deef #b8c3ef #b8efe5

Monochromatic Colors of #b8deef

#b8deef

Complementary Color

#b8deef #efc9b8

#b8deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8deef Color CSS Codes

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

#b8deef Text Font Color

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

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


#b8deef Background Color

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

This div background color is #b8deef


#b8deef Border Color

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

This div border color is #b8deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8deef


Comments

No comments written yet.

Please login to write comment.