Color Hex Logo

#b4deab Color Hex

#B4DEAB
(180,222,171)
0 Favorites   0 Comments

Color spaces of #b4deab

RGB 180222171
HSL0.300.440.77
HSV109°23°87°
CMYK 0.190.000.23   0.13
XYZ52.294464.886148.2961
Yxy64.88610.31600.3921
Hunter Lab80.5519-25.083420.8381
CIE-Lab84.4250-23.157320.6194

#b4deab color RGB value is (180,222,171).

#b4deab hex color red value is 180, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b4deab hue: 0.30 , saturation: 0.44 and the lightness value of b4deab is 0.77.

The process color (four color CMYK) of #b4deab color hex is 0.19, 0.00, 0.23, 0.13. Web safe color of #b4deab is #cccc99. Color #b4deab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011110 10101011
Octal 264 336 253
Decimal 180 222 171
Hex B4 DE AB

RGB Percentages of Color #b4deab

%31.41
%38.74
%29.84

CMYK Percentages of Color #b4deab

%19
%0
%23
%13

Triadic Colors of #b4deab

#b4deab #abb4de #deabb4

Analogous Colors of #b4deab

#b4deab #abdebc #cedeab

Monochromatic Colors of #b4deab

#b4deab

Complementary Color

#b4deab #d5abde

#b4deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4deab Color CSS Codes

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

#b4deab Text Font Color

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

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


#b4deab Background Color

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

This div background color is #b4deab


#b4deab Border Color

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

This div border color is #b4deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4deab


Comments

No comments written yet.

Please login to write comment.