Color Hex Logo

#b9eccd Color Hex

#B9ECCD
(185,236,205)
0 Favorites   0 Comments

Color spaces of #b9eccd

RGB 185236205
HSL0.400.570.83
HSV144°22°93°
CMYK 0.220.000.13   0.07
XYZ61.022574.713068.9624
Yxy74.71300.29810.3650
Hunter Lab86.4367-25.246913.2019
CIE-Lab89.2584-22.35929.7231

#b9eccd color RGB value is (185,236,205).

#b9eccd hex color red value is 185, green value is 236 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b9eccd hue: 0.40 , saturation: 0.57 and the lightness value of b9eccd is 0.83.

The process color (four color CMYK) of #b9eccd color hex is 0.22, 0.00, 0.13, 0.07. Web safe color of #b9eccd is #ccffcc. Color #b9eccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 11001101
Octal 271 354 315
Decimal 185 236 205
Hex B9 EC CD

RGB Percentages of Color #b9eccd

%29.55
%37.70
%32.75

CMYK Percentages of Color #b9eccd

%22
%0
%13
%7

Triadic Colors of #b9eccd

#b9eccd #cdb9ec #eccdb9

Analogous Colors of #b9eccd

#b9eccd #b9ece7 #bfecb9

Monochromatic Colors of #b9eccd

#b9eccd

Complementary Color

#b9eccd #ecb9d8

#b9eccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eccd Color CSS Codes

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

#b9eccd Text Font Color

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

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


#b9eccd Background Color

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

This div background color is #b9eccd


#b9eccd Border Color

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

This div border color is #b9eccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eccd


Comments

No comments written yet.

Please login to write comment.