Color Hex Logo

#b7dcaa Color Hex

#B7DCAA
(183,220,170)
0 Favorites   0 Comments

Color spaces of #b7dcaa

RGB 183220170
HSL0.290.420.76
HSV104°23°86°
CMYK 0.170.000.23   0.14
XYZ52.377364.156047.6530
Yxy64.15600.31900.3908
Hunter Lab80.0974-23.445820.7943
CIE-Lab84.0469-21.311320.6475

#b7dcaa color RGB value is (183,220,170).

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

The process color (four color CMYK) of #b7dcaa color hex is 0.17, 0.00, 0.23, 0.14. Web safe color of #b7dcaa is #cccc99. Color #b7dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 10101010
Octal 267 334 252
Decimal 183 220 170
Hex B7 DC AA

RGB Percentages of Color #b7dcaa

%31.94
%38.39
%29.67

CMYK Percentages of Color #b7dcaa

%17
%0
%23
%14

Triadic Colors of #b7dcaa

#b7dcaa #aab7dc #dcaab7

Analogous Colors of #b7dcaa

#b7dcaa #aadcb6 #d0dcaa

Monochromatic Colors of #b7dcaa

#b7dcaa

Complementary Color

#b7dcaa #cfaadc

#b7dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dcaa Color CSS Codes

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

#b7dcaa Text Font Color

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

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


#b7dcaa Background Color

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

This div background color is #b7dcaa


#b7dcaa Border Color

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

This div border color is #b7dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dcaa


Comments

No comments written yet.

Please login to write comment.