Color Hex Logo

#b8c9ef Color Hex

#B8C9EF
(184,201,239)
0 Favorites   0 Comments

Color spaces of #b8c9ef

RGB 184201239
HSL0.620.630.83
HSV221°23°94°
CMYK 0.230.160.00   0.06
XYZ56.233858.195689.9304
Yxy58.19560.27520.2848
Hunter Lab76.2860-1.9204-16.4943
CIE-Lab80.84742.3032-20.6704

#b8c9ef color RGB value is (184,201,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001001 11101111
Octal 270 311 357
Decimal 184 201 239
Hex B8 C9 EF

RGB Percentages of Color #b8c9ef

%29.49
%32.21
%38.30

CMYK Percentages of Color #b8c9ef

%23
%16
%0
%6

Triadic Colors of #b8c9ef

#b8c9ef #efb8c9 #c9efb8

Analogous Colors of #b8c9ef

#b8c9ef #c3b8ef #b8e5ef

Monochromatic Colors of #b8c9ef

#b8c9ef

Complementary Color

#b8c9ef #efdeb8

#b8c9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8c9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8c9ef Color CSS Codes

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

#b8c9ef Text Font Color

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

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


#b8c9ef Background Color

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

This div background color is #b8c9ef


#b8c9ef Border Color

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

This div border color is #b8c9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8c9ef


Comments

No comments written yet.

Please login to write comment.