Color Hex Logo

#b7edcf Color Hex

#B7EDCF
(183,237,207)
0 Favorites   0 Comments

Color spaces of #b7edcf

RGB 183237207
HSL0.410.600.82
HSV147°23°93°
CMYK 0.230.000.13   0.07
XYZ61.075175.140670.3161
Yxy75.14060.29570.3638
Hunter Lab86.6837-25.929912.5837
CIE-Lab89.4588-23.09928.9521

#b7edcf color RGB value is (183,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101101 11001111
Octal 267 355 317
Decimal 183 237 207
Hex B7 ED CF

RGB Percentages of Color #b7edcf

%29.19
%37.80
%33.01

CMYK Percentages of Color #b7edcf

%23
%0
%13
%7

Triadic Colors of #b7edcf

#b7edcf #cfb7ed #edcfb7

Analogous Colors of #b7edcf

#b7edcf #b7edea #baedb7

Monochromatic Colors of #b7edcf

#b7edcf

Complementary Color

#b7edcf #edb7d5

#b7edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7edcf Color CSS Codes

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

#b7edcf Text Font Color

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

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


#b7edcf Background Color

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

This div background color is #b7edcf


#b7edcf Border Color

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

This div border color is #b7edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7edcf


Comments

No comments written yet.

Please login to write comment.