Color Hex Logo

#b9e0f4 Color Hex

#B9E0F4
(185,224,244)
0 Favorites   0 Comments

Color spaces of #b9e0f4

RGB 185224244
HSL0.560.730.84
HSV200°24°96°
CMYK 0.240.080.00   0.04
XYZ62.992470.157395.8096
Yxy70.15730.27510.3064
Hunter Lab83.7600-12.3374-9.1874
CIE-Lab87.0740-8.3511-13.9381

#b9e0f4 color RGB value is (185,224,244).

#b9e0f4 hex color red value is 185, green value is 224 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #b9e0f4 hue: 0.56 , saturation: 0.73 and the lightness value of b9e0f4 is 0.84.

The process color (four color CMYK) of #b9e0f4 color hex is 0.24, 0.08, 0.00, 0.04. Web safe color of #b9e0f4 is #ccccff. Color #b9e0f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11100000 11110100
Octal 271 340 364
Decimal 185 224 244
Hex B9 E0 F4

RGB Percentages of Color #b9e0f4

%28.33
%34.30
%37.37

CMYK Percentages of Color #b9e0f4

%24
%8
%0
%4

Triadic Colors of #b9e0f4

#b9e0f4 #f4b9e0 #e0f4b9

Analogous Colors of #b9e0f4

#b9e0f4 #b9c3f4 #b9f4eb

Monochromatic Colors of #b9e0f4

#b9e0f4

Complementary Color

#b9e0f4 #f4cdb9

#b9e0f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9e0f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9e0f4 Color CSS Codes

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

#b9e0f4 Text Font Color

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

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


#b9e0f4 Background Color

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

This div background color is #b9e0f4


#b9e0f4 Border Color

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

This div border color is #b9e0f4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,224,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9e0f4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9e0f4;
  -webkit-box-shadow: 1px 1px 3px 2px #b9e0f4;
  box-shadow:         1px 1px 3px 2px #b9e0f4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,224,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9e0f4


Comments

No comments written yet.

Please login to write comment.