Color Hex Logo

#b7fedc Color Hex

#B7FEDC
(183,254,220)
0 Favorites   0 Comments

Color spaces of #b7fedc

RGB 183254220
HSL0.420.970.86
HSV151°28°100°
CMYK 0.280.000.13   0.00
XYZ67.888586.118280.7545
Yxy86.11820.28920.3668
Hunter Lab92.7999-31.816713.3657
CIE-Lab94.3629-28.75519.2446

#b7fedc color RGB value is (183,254,220).

#b7fedc hex color red value is 183, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b7fedc hue: 0.42 , saturation: 0.97 and the lightness value of b7fedc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11111110 11011100
Octal 267 376 334
Decimal 183 254 220
Hex B7 FE DC

RGB Percentages of Color #b7fedc

%27.85
%38.66
%33.49

CMYK Percentages of Color #b7fedc

%28
%0
%13
%0

Triadic Colors of #b7fedc

#b7fedc #dcb7fe #fedcb7

Analogous Colors of #b7fedc

#b7fedc #b7fdfe #b7feb9

Monochromatic Colors of #b7fedc

#b7fedc

Complementary Color

#b7fedc #feb7d9

#b7fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7fedc Color CSS Codes

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

#b7fedc Text Font Color

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

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


#b7fedc Background Color

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

This div background color is #b7fedc


#b7fedc Border Color

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

This div border color is #b7fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7fedc


Comments

No comments written yet.

Please login to write comment.