Color Hex Logo

#b8dcf5 Color Hex

#B8DCF5
(184,220,245)
0 Favorites   0 Comments

Color spaces of #b8dcf5

RGB 184220245
HSL0.570.750.84
HSV205°25°96°
CMYK 0.250.100.00   0.04
XYZ61.841867.969396.2462
Yxy67.96930.27360.3007
Hunter Lab82.4435-10.3812-11.5059
CIE-Lab85.9911-6.3542-16.0958

#b8dcf5 color RGB value is (184,220,245).

#b8dcf5 hex color red value is 184, green value is 220 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b8dcf5 hue: 0.57 , saturation: 0.75 and the lightness value of b8dcf5 is 0.84.

The process color (four color CMYK) of #b8dcf5 color hex is 0.25, 0.10, 0.00, 0.04. Web safe color of #b8dcf5 is #ccccff. Color #b8dcf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 11110101
Octal 270 334 365
Decimal 184 220 245
Hex B8 DC F5

RGB Percentages of Color #b8dcf5

%28.35
%33.90
%37.75

CMYK Percentages of Color #b8dcf5

%25
%10
%0
%4

Triadic Colors of #b8dcf5

#b8dcf5 #f5b8dc #dcf5b8

Analogous Colors of #b8dcf5

#b8dcf5 #b8bef5 #b8f5f0

Monochromatic Colors of #b8dcf5

#b8dcf5

Complementary Color

#b8dcf5 #f5d1b8

#b8dcf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dcf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dcf5 Color CSS Codes

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

#b8dcf5 Text Font Color

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

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


#b8dcf5 Background Color

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

This div background color is #b8dcf5


#b8dcf5 Border Color

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

This div border color is #b8dcf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dcf5

#b8dcf5 Color Palettes


Comments

No comments written yet.

Please login to write comment.