Color Hex Logo

#b8dfec Color Hex

#B8DFEC
(184,223,236)
1 Favorites   0 Comments

Color spaces of #b8dfec

RGB 184223236
HSL0.540.580.82
HSV195°22°93°
CMYK 0.220.060.00   0.07
XYZ61.295269.021889.4488
Yxy69.02180.27890.3141
Hunter Lab83.0794-13.6932-5.6800
CIE-Lab86.5148-9.8920-10.5634

#b8dfec color RGB value is (184,223,236).

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

The process color (four color CMYK) of #b8dfec color hex is 0.22, 0.06, 0.00, 0.07. Web safe color of #b8dfec is #ccccff. Color #b8dfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 11101100
Octal 270 337 354
Decimal 184 223 236
Hex B8 DF EC

RGB Percentages of Color #b8dfec

%28.62
%34.68
%36.70

CMYK Percentages of Color #b8dfec

%22
%6
%0
%7

Triadic Colors of #b8dfec

#b8dfec #ecb8df #dfecb8

Analogous Colors of #b8dfec

#b8dfec #b8c5ec #b8ecdf

Monochromatic Colors of #b8dfec

#b8dfec

Complementary Color

#b8dfec #ecc5b8

#b8dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dfec Color CSS Codes

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

#b8dfec Text Font Color

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

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


#b8dfec Background Color

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

This div background color is #b8dfec


#b8dfec Border Color

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

This div border color is #b8dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dfec


Comments

No comments written yet.

Please login to write comment.