Color Hex Logo

#b4eced Color Hex

#B4ECED
(180,236,237)
0 Favorites   0 Comments

Color spaces of #b4eced

RGB 180236237
HSL0.500.610.82
HSV181°24°93°
CMYK 0.240.000.00   0.07
XYZ64.103975.808691.3747
Yxy75.80860.27720.3278
Hunter Lab87.0681-20.9486-1.2749
CIE-Lab89.7704-17.4246-6.2851

#b4eced color RGB value is (180,236,237).

#b4eced hex color red value is 180, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b4eced hue: 0.50 , saturation: 0.61 and the lightness value of b4eced is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101100 11101101
Octal 264 354 355
Decimal 180 236 237
Hex B4 EC ED

RGB Percentages of Color #b4eced

%27.57
%36.14
%36.29

CMYK Percentages of Color #b4eced

%24
%0
%0
%7

Triadic Colors of #b4eced

#b4eced #edb4ec #ecedb4

Analogous Colors of #b4eced

#b4eced #b4d0ed #b4edd2

Monochromatic Colors of #b4eced

#b4eced

Complementary Color

#b4eced #edb5b4

#b4eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eced Color CSS Codes

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

#b4eced Text Font Color

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

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


#b4eced Background Color

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

This div background color is #b4eced


#b4eced Border Color

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

This div border color is #b4eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eced


Comments

No comments written yet.

Please login to write comment.