Color Hex Logo

#b8ddef Color Hex

#B8DDEF
(184,221,239)
0 Favorites   0 Comments

Color spaces of #b8ddef

RGB 184221239
HSL0.550.630.83
HSV200°23°94°
CMYK 0.230.080.00   0.06
XYZ61.203668.135291.5870
Yxy68.13520.27700.3084
Hunter Lab82.5440-12.1004-8.0046
CIE-Lab86.0740-8.2071-12.8042

#b8ddef color RGB value is (184,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 11101111
Octal 270 335 357
Decimal 184 221 239
Hex B8 DD EF

RGB Percentages of Color #b8ddef

%28.57
%34.32
%37.11

CMYK Percentages of Color #b8ddef

%23
%8
%0
%6

Triadic Colors of #b8ddef

#b8ddef #efb8dd #ddefb8

Analogous Colors of #b8ddef

#b8ddef #b8c2ef #b8efe6

Monochromatic Colors of #b8ddef

#b8ddef

Complementary Color

#b8ddef #efcab8

#b8ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ddef Color CSS Codes

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

#b8ddef Text Font Color

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

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


#b8ddef Background Color

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

This div background color is #b8ddef


#b8ddef Border Color

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

This div border color is #b8ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ddef


Comments

No comments written yet.

Please login to write comment.