Color Hex Logo

#b4fcaa Color Hex

#B4FCAA
(180,252,170)
0 Favorites   0 Comments

Color spaces of #b4fcaa

RGB 180252170
HSL0.310.930.83
HSV113°33°99°
CMYK 0.290.000.33   0.01
XYZ60.888582.226450.6923
Yxy82.22640.31420.4243
Hunter Lab90.6788-38.829630.3302
CIE-Lab92.6747-37.400632.3610

#b4fcaa color RGB value is (180,252,170).

#b4fcaa hex color red value is 180, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b4fcaa hue: 0.31 , saturation: 0.93 and the lightness value of b4fcaa is 0.83.

The process color (four color CMYK) of #b4fcaa color hex is 0.29, 0.00, 0.33, 0.01. Web safe color of #b4fcaa is #ccff99. Color #b4fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111100 10101010
Octal 264 374 252
Decimal 180 252 170
Hex B4 FC AA

RGB Percentages of Color #b4fcaa

%29.90
%41.86
%28.24

CMYK Percentages of Color #b4fcaa

%29
%0
%33
%1

Triadic Colors of #b4fcaa

#b4fcaa #aab4fc #fcaab4

Analogous Colors of #b4fcaa

#b4fcaa #aafcc9 #ddfcaa

Monochromatic Colors of #b4fcaa

#b4fcaa

Complementary Color

#b4fcaa #f2aafc

#b4fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fcaa Color CSS Codes

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

#b4fcaa Text Font Color

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

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


#b4fcaa Background Color

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

This div background color is #b4fcaa


#b4fcaa Border Color

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

This div border color is #b4fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fcaa


Comments

No comments written yet.

Please login to write comment.