Color Hex Logo

#b7efce Color Hex

#B7EFCE
(183,239,206)
0 Favorites   0 Comments

Color spaces of #b7efce

RGB 183239206
HSL0.400.640.83
HSV145°23°94°
CMYK 0.230.000.14   0.06
XYZ61.535576.256569.8682
Yxy76.25650.29630.3672
Hunter Lab87.3250-27.034713.6899
CIE-Lab89.9783-24.256910.2156

#b7efce color RGB value is (183,239,206).

#b7efce hex color red value is 183, green value is 239 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b7efce hue: 0.40 , saturation: 0.64 and the lightness value of b7efce is 0.83.

The process color (four color CMYK) of #b7efce color hex is 0.23, 0.00, 0.14, 0.06. Web safe color of #b7efce is #ccffcc. Color #b7efce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101111 11001110
Octal 267 357 316
Decimal 183 239 206
Hex B7 EF CE

RGB Percentages of Color #b7efce

%29.14
%38.06
%32.80

CMYK Percentages of Color #b7efce

%23
%0
%14
%6

Triadic Colors of #b7efce

#b7efce #ceb7ef #efceb7

Analogous Colors of #b7efce

#b7efce #b7efea #bcefb7

Monochromatic Colors of #b7efce

#b7efce

Complementary Color

#b7efce #efb7d8

#b7efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7efce Color CSS Codes

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

#b7efce Text Font Color

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

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


#b7efce Background Color

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

This div background color is #b7efce


#b7efce Border Color

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

This div border color is #b7efce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,239,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7efce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7efce;
  -webkit-box-shadow: 1px 1px 3px 2px #b7efce;
  box-shadow:         1px 1px 3px 2px #b7efce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,239,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7efce


Comments

No comments written yet.

Please login to write comment.