Color Hex Logo

#b7ceaa Color Hex

#B7CEAA
(183,206,170)
0 Favorites   0 Comments

Color spaces of #b7ceaa

RGB 183206170
HSL0.270.270.74
HSV98°17°81°
CMYK 0.110.000.17   0.19
XYZ48.855457.112246.4790
Yxy57.11220.32050.3746
Hunter Lab75.5726-16.857216.4360
CIE-Lab80.2427-14.315515.3458

#b7ceaa color RGB value is (183,206,170).

#b7ceaa hex color red value is 183, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b7ceaa hue: 0.27 , saturation: 0.27 and the lightness value of b7ceaa is 0.74.

The process color (four color CMYK) of #b7ceaa color hex is 0.11, 0.00, 0.17, 0.19. Web safe color of #b7ceaa is #cccc99. Color #b7ceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001110 10101010
Octal 267 316 252
Decimal 183 206 170
Hex B7 CE AA

RGB Percentages of Color #b7ceaa

%32.74
%36.85
%30.41

CMYK Percentages of Color #b7ceaa

%11
%0
%17
%19

Triadic Colors of #b7ceaa

#b7ceaa #aab7ce #ceaab7

Analogous Colors of #b7ceaa

#b7ceaa #aaceaf #c9ceaa

Monochromatic Colors of #b7ceaa

#b7ceaa

Complementary Color

#b7ceaa #c1aace

#b7ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ceaa Color CSS Codes

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

#b7ceaa Text Font Color

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

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


#b7ceaa Background Color

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

This div background color is #b7ceaa


#b7ceaa Border Color

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

This div border color is #b7ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ceaa


Comments

No comments written yet.

Please login to write comment.