Color Hex Logo

#b7ddae Color Hex

#B7DDAE
(183,221,174)
0 Favorites   0 Comments

Color spaces of #b7ddae

RGB 183221174
HSL0.300.410.77
HSV109°21°87°
CMYK 0.170.000.21   0.13
XYZ53.024964.836249.7643
Yxy64.83620.31630.3868
Hunter Lab80.5209-23.365219.7217
CIE-Lab84.3993-21.147419.0448

#b7ddae color RGB value is (183,221,174).

#b7ddae hex color red value is 183, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b7ddae hue: 0.30 , saturation: 0.41 and the lightness value of b7ddae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011101 10101110
Octal 267 335 256
Decimal 183 221 174
Hex B7 DD AE

RGB Percentages of Color #b7ddae

%31.66
%38.24
%30.10

CMYK Percentages of Color #b7ddae

%17
%0
%21
%13

Triadic Colors of #b7ddae

#b7ddae #aeb7dd #ddaeb7

Analogous Colors of #b7ddae

#b7ddae #aeddbd #cfddae

Monochromatic Colors of #b7ddae

#b7ddae

Complementary Color

#b7ddae #d4aedd

#b7ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ddae Color CSS Codes

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

#b7ddae Text Font Color

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

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


#b7ddae Background Color

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

This div background color is #b7ddae


#b7ddae Border Color

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

This div border color is #b7ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ddae


Comments

No comments written yet.

Please login to write comment.