Color Hex Logo

#b6ecea Color Hex

#B6ECEA
(182,236,234)
0 Favorites   0 Comments

Color spaces of #b6ecea

RGB 182236234
HSL0.490.590.82
HSV178°23°93°
CMYK 0.230.000.01   0.07
XYZ64.138175.876589.1071
Yxy75.87650.27990.3312
Hunter Lab87.1071-21.00560.3237
CIE-Lab89.8020-17.4828-4.6571

#b6ecea color RGB value is (182,236,234).

#b6ecea hex color red value is 182, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b6ecea hue: 0.49 , saturation: 0.59 and the lightness value of b6ecea is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101100 11101010
Octal 266 354 352
Decimal 182 236 234
Hex B6 EC EA

RGB Percentages of Color #b6ecea

%27.91
%36.20
%35.89

CMYK Percentages of Color #b6ecea

%23
%0
%1
%7

Triadic Colors of #b6ecea

#b6ecea #eab6ec #eceab6

Analogous Colors of #b6ecea

#b6ecea #b6d3ec #b6eccf

Monochromatic Colors of #b6ecea

#b6ecea

Complementary Color

#b6ecea #ecb6b8

#b6ecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ecea Color CSS Codes

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

#b6ecea Text Font Color

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

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


#b6ecea Background Color

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

This div background color is #b6ecea


#b6ecea Border Color

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

This div border color is #b6ecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ecea


Comments

No comments written yet.

Please login to write comment.