Color Hex Logo

#b7edce Color Hex

#B7EDCE
(183,237,206)
0 Favorites   0 Comments

Color spaces of #b7edce

RGB 183237206
HSL0.400.600.82
HSV146°23°93°
CMYK 0.230.000.13   0.07
XYZ60.953275.091969.6741
Yxy75.09190.29630.3650
Hunter Lab86.6556-26.091112.9877
CIE-Lab89.4360-23.28829.4406

#b7edce color RGB value is (183,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101101 11001110
Octal 267 355 316
Decimal 183 237 206
Hex B7 ED CE

RGB Percentages of Color #b7edce

%29.23
%37.86
%32.91

CMYK Percentages of Color #b7edce

%23
%0
%13
%7

Triadic Colors of #b7edce

#b7edce #ceb7ed #edceb7

Analogous Colors of #b7edce

#b7edce #b7ede9 #bbedb7

Monochromatic Colors of #b7edce

#b7edce

Complementary Color

#b7edce #edb7d6

#b7edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7edce Color CSS Codes

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

#b7edce Text Font Color

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

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


#b7edce Background Color

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

This div background color is #b7edce


#b7edce Border Color

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

This div border color is #b7edce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,237,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 #b7edce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7edce


Comments

No comments written yet.

Please login to write comment.