Color Hex Logo

#b8ddfc Color Hex

#B8DDFC
(184,221,252)
0 Favorites   0 Comments

Color spaces of #b8ddfc

RGB 184221252
HSL0.580.920.85
HSV207°27°99°
CMYK 0.270.120.00   0.01
XYZ63.194368.9315102.0699
Yxy68.93150.26980.2943
Hunter Lab83.0250-9.4288-14.7729
CIE-Lab86.4701-5.2831-19.0657

#b8ddfc color RGB value is (184,221,252).

#b8ddfc hex color red value is 184, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b8ddfc hue: 0.58 , saturation: 0.92 and the lightness value of b8ddfc is 0.85.

The process color (four color CMYK) of #b8ddfc color hex is 0.27, 0.12, 0.00, 0.01. Web safe color of #b8ddfc is #ccccff. Color #b8ddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 11111100
Octal 270 335 374
Decimal 184 221 252
Hex B8 DD FC

RGB Percentages of Color #b8ddfc

%28.01
%33.64
%38.36

CMYK Percentages of Color #b8ddfc

%27
%12
%0
%1

Triadic Colors of #b8ddfc

#b8ddfc #fcb8dd #ddfcb8

Analogous Colors of #b8ddfc

#b8ddfc #b8bbfc #b8fcf9

Monochromatic Colors of #b8ddfc

#b8ddfc

Complementary Color

#b8ddfc #fcd7b8

#b8ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ddfc Color CSS Codes

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

#b8ddfc Text Font Color

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

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


#b8ddfc Background Color

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

This div background color is #b8ddfc


#b8ddfc Border Color

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

This div border color is #b8ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ddfc


Comments

No comments written yet.

Please login to write comment.