Color Hex Logo

#b4decc Color Hex

#B4DECC
(180,222,204)
0 Favorites   0 Comments

Color spaces of #b4decc

RGB 180222204
HSL0.430.390.79
HSV154°19°87°
CMYK 0.190.000.08   0.13
XYZ55.842866.305566.9818
Yxy66.30550.29530.3506
Hunter Lab81.4282-20.08558.2285
CIE-Lab85.1520-17.22614.3034

#b4decc color RGB value is (180,222,204).

#b4decc hex color red value is 180, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b4decc hue: 0.43 , saturation: 0.39 and the lightness value of b4decc is 0.79.

The process color (four color CMYK) of #b4decc color hex is 0.19, 0.00, 0.08, 0.13. Web safe color of #b4decc is #cccccc. Color #b4decc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011110 11001100
Octal 264 336 314
Decimal 180 222 204
Hex B4 DE CC

RGB Percentages of Color #b4decc

%29.70
%36.63
%33.66

CMYK Percentages of Color #b4decc

%19
%0
%8
%13

Triadic Colors of #b4decc

#b4decc #ccb4de #deccb4

Analogous Colors of #b4decc

#b4decc #b4dbde #b4deb7

Monochromatic Colors of #b4decc

#b4decc

Complementary Color

#b4decc #deb4c6

#b4decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4decc Color CSS Codes

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

#b4decc Text Font Color

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

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


#b4decc Background Color

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

This div background color is #b4decc


#b4decc Border Color

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

This div border color is #b4decc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,222,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4decc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4decc;
  -webkit-box-shadow: 1px 1px 3px 2px #b4decc;
  box-shadow:         1px 1px 3px 2px #b4decc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,222,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4decc


Comments

No comments written yet.

Please login to write comment.