Color Hex Logo

#b7edac Color Hex

#B7EDAC
(183,237,172)
0 Favorites   0 Comments

Color spaces of #b7edac

RGB 183237172
HSL0.310.640.80
HSV110°27°93°
CMYK 0.230.000.27   0.07
XYZ57.259073.614250.2208
Yxy73.61420.31620.4065
Hunter Lab85.7987-31.023225.3547
CIE-Lab88.7398-29.180326.0589

#b7edac color RGB value is (183,237,172).

#b7edac hex color red value is 183, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b7edac hue: 0.31 , saturation: 0.64 and the lightness value of b7edac is 0.80.

The process color (four color CMYK) of #b7edac color hex is 0.23, 0.00, 0.27, 0.07. Web safe color of #b7edac is #ccff99. Color #b7edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101101 10101100
Octal 267 355 254
Decimal 183 237 172
Hex B7 ED AC

RGB Percentages of Color #b7edac

%30.91
%40.03
%29.05

CMYK Percentages of Color #b7edac

%23
%0
%27
%7

Triadic Colors of #b7edac

#b7edac #acb7ed #edacb7

Analogous Colors of #b7edac

#b7edac #acedc2 #d8edac

Monochromatic Colors of #b7edac

#b7edac

Complementary Color

#b7edac #e2aced

#b7edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7edac Color CSS Codes

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

#b7edac Text Font Color

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

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


#b7edac Background Color

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

This div background color is #b7edac


#b7edac Border Color

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

This div border color is #b7edac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7edac


Comments

No comments written yet.

Please login to write comment.