Color Hex Logo

#b7dfbc Color Hex

#B7DFBC
(183,223,188)
0 Favorites   0 Comments

Color spaces of #b7dfbc

RGB 183223188
HSL0.350.380.80
HSV128°18°87°
CMYK 0.180.000.16   0.13
XYZ54.993266.473557.5092
Yxy66.47350.30730.3714
Hunter Lab81.5313-22.280715.2509
CIE-Lab85.2374-19.728712.8798

#b7dfbc color RGB value is (183,223,188).

#b7dfbc hex color red value is 183, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b7dfbc hue: 0.35 , saturation: 0.38 and the lightness value of b7dfbc is 0.80.

The process color (four color CMYK) of #b7dfbc color hex is 0.18, 0.00, 0.16, 0.13. Web safe color of #b7dfbc is #cccccc. Color #b7dfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011111 10111100
Octal 267 337 274
Decimal 183 223 188
Hex B7 DF BC

RGB Percentages of Color #b7dfbc

%30.81
%37.54
%31.65

CMYK Percentages of Color #b7dfbc

%18
%0
%16
%13

Triadic Colors of #b7dfbc

#b7dfbc #bcb7df #dfbcb7

Analogous Colors of #b7dfbc

#b7dfbc #b7dfd0 #c6dfb7

Monochromatic Colors of #b7dfbc

#b7dfbc

Complementary Color

#b7dfbc #dfb7da

#b7dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dfbc Color CSS Codes

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

#b7dfbc Text Font Color

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

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


#b7dfbc Background Color

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

This div background color is #b7dfbc


#b7dfbc Border Color

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

This div border color is #b7dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dfbc


Comments

No comments written yet.

Please login to write comment.