Color Hex Logo

#b8ecfc Color Hex

#B8ECFC
(184,236,252)
0 Favorites   0 Comments

Color spaces of #b8ecfc

RGB 184236252
HSL0.540.920.85
HSV194°27°99°
CMYK 0.270.060.00   0.01
XYZ67.333377.2095103.4495
Yxy77.20950.27150.3113
Hunter Lab87.8689-16.9874-8.2948
CIE-Lab90.4180-12.9729-13.1370

#b8ecfc color RGB value is (184,236,252).

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

The process color (four color CMYK) of #b8ecfc color hex is 0.27, 0.06, 0.00, 0.01. Web safe color of #b8ecfc is #ccffff. Color #b8ecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101100 11111100
Octal 270 354 374
Decimal 184 236 252
Hex B8 EC FC

RGB Percentages of Color #b8ecfc

%27.38
%35.12
%37.50

CMYK Percentages of Color #b8ecfc

%27
%6
%0
%1

Triadic Colors of #b8ecfc

#b8ecfc #fcb8ec #ecfcb8

Analogous Colors of #b8ecfc

#b8ecfc #b8cafc #b8fcea

Monochromatic Colors of #b8ecfc

#b8ecfc

Complementary Color

#b8ecfc #fcc8b8

#b8ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ecfc Color CSS Codes

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

#b8ecfc Text Font Color

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

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


#b8ecfc Background Color

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

This div background color is #b8ecfc


#b8ecfc Border Color

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

This div border color is #b8ecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ecfc

Related Colors


Comments

No comments written yet.

Please login to write comment.