Color Hex Logo

#b8dfaa Color Hex

#B8DFAA
(184,223,170)
0 Favorites   0 Comments

Color spaces of #b8dfaa

RGB 184223170
HSL0.290.450.77
HSV104°24°87°
CMYK 0.170.000.24   0.13
XYZ53.410565.868047.9290
Yxy65.86800.31940.3939
Hunter Lab81.1591-24.558321.7973
CIE-Lab84.9290-22.435621.8758

#b8dfaa color RGB value is (184,223,170).

#b8dfaa hex color red value is 184, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b8dfaa hue: 0.29 , saturation: 0.45 and the lightness value of b8dfaa is 0.77.

The process color (four color CMYK) of #b8dfaa color hex is 0.17, 0.00, 0.24, 0.13. Web safe color of #b8dfaa is #cccc99. Color #b8dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011111 10101010
Octal 270 337 252
Decimal 184 223 170
Hex B8 DF AA

RGB Percentages of Color #b8dfaa

%31.89
%38.65
%29.46

CMYK Percentages of Color #b8dfaa

%17
%0
%24
%13

Triadic Colors of #b8dfaa

#b8dfaa #aab8df #dfaab8

Analogous Colors of #b8dfaa

#b8dfaa #aadfb7 #d3dfaa

Monochromatic Colors of #b8dfaa

#b8dfaa

Complementary Color

#b8dfaa #d1aadf

#b8dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dfaa Color CSS Codes

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

#b8dfaa Text Font Color

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

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


#b8dfaa Background Color

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

This div background color is #b8dfaa


#b8dfaa Border Color

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

This div border color is #b8dfaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,223,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8dfaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8dfaa;
  -webkit-box-shadow: 1px 1px 3px 2px #b8dfaa;
  box-shadow:         1px 1px 3px 2px #b8dfaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,223,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dfaa


Comments

No comments written yet.

Please login to write comment.