Color Hex Logo

#b8ecee Color Hex

#B8ECEE
(184,236,238)
0 Favorites   0 Comments

Color spaces of #b8ecee

RGB 184236238
HSL0.510.610.83
HSV182°23°93°
CMYK 0.230.010.00   0.07
XYZ65.195276.354392.1906
Yxy76.35430.27890.3267
Hunter Lab87.3809-19.7372-1.3868
CIE-Lab90.0236-16.0417-6.4084

#b8ecee color RGB value is (184,236,238).

#b8ecee hex color red value is 184, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b8ecee hue: 0.51 , saturation: 0.61 and the lightness value of b8ecee is 0.83.

The process color (four color CMYK) of #b8ecee color hex is 0.23, 0.01, 0.00, 0.07. Web safe color of #b8ecee is #ccffff. Color #b8ecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101100 11101110
Octal 270 354 356
Decimal 184 236 238
Hex B8 EC EE

RGB Percentages of Color #b8ecee

%27.96
%35.87
%36.17

CMYK Percentages of Color #b8ecee

%23
%1
%0
%7

Triadic Colors of #b8ecee

#b8ecee #eeb8ec #eceeb8

Analogous Colors of #b8ecee

#b8ecee #b8d1ee #b8eed5

Monochromatic Colors of #b8ecee

#b8ecee

Complementary Color

#b8ecee #eebab8

#b8ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ecee Color CSS Codes

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

#b8ecee Text Font Color

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

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


#b8ecee Background Color

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

This div background color is #b8ecee


#b8ecee Border Color

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

This div border color is #b8ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ecee


Comments

No comments written yet.

Please login to write comment.