Color Hex Logo

#b7e9cf Color Hex

#B7E9CF
(183,233,207)
0 Favorites   0 Comments

Color spaces of #b7e9cf

RGB 183233207
HSL0.410.530.82
HSV149°21°91°
CMYK 0.210.000.11   0.09
XYZ59.929872.850169.9343
Yxy72.85010.29560.3594
Hunter Lab85.3523-24.033311.1667
CIE-Lab88.3762-21.14667.3990

#b7e9cf color RGB value is (183,233,207).

#b7e9cf hex color red value is 183, green value is 233 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b7e9cf hue: 0.41 , saturation: 0.53 and the lightness value of b7e9cf is 0.82.

The process color (four color CMYK) of #b7e9cf color hex is 0.21, 0.00, 0.11, 0.09. Web safe color of #b7e9cf is #ccffcc. Color #b7e9cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101001 11001111
Octal 267 351 317
Decimal 183 233 207
Hex B7 E9 CF

RGB Percentages of Color #b7e9cf

%29.37
%37.40
%33.23

CMYK Percentages of Color #b7e9cf

%21
%0
%11
%9

Triadic Colors of #b7e9cf

#b7e9cf #cfb7e9 #e9cfb7

Analogous Colors of #b7e9cf

#b7e9cf #b7e9e8 #b8e9b7

Monochromatic Colors of #b7e9cf

#b7e9cf

Complementary Color

#b7e9cf #e9b7d1

#b7e9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7e9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7e9cf Color CSS Codes

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

#b7e9cf Text Font Color

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

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


#b7e9cf Background Color

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

This div background color is #b7e9cf


#b7e9cf Border Color

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

This div border color is #b7e9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7e9cf


Comments

No comments written yet.

Please login to write comment.