Color Hex Logo

#b8fcae Color Hex

#B8FCAE
(184,252,174)
0 Favorites   0 Comments

Color spaces of #b8fcae

RGB 184252174
HSL0.310.930.84
HSV112°31°99°
CMYK 0.270.000.31   0.01
XYZ62.217582.867152.7601
Yxy82.86710.31450.4188
Hunter Lab91.0314-37.304929.3586
CIE-Lab92.9562-35.500630.7668

#b8fcae color RGB value is (184,252,174).

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

The process color (four color CMYK) of #b8fcae color hex is 0.27, 0.00, 0.31, 0.01. Web safe color of #b8fcae is #ccff99. Color #b8fcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111100 10101110
Octal 270 374 256
Decimal 184 252 174
Hex B8 FC AE

RGB Percentages of Color #b8fcae

%30.16
%41.31
%28.52

CMYK Percentages of Color #b8fcae

%27
%0
%31
%1

Triadic Colors of #b8fcae

#b8fcae #aeb8fc #fcaeb8

Analogous Colors of #b8fcae

#b8fcae #aefccb #dffcae

Monochromatic Colors of #b8fcae

#b8fcae

Complementary Color

#b8fcae #f2aefc

#b8fcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fcae Color CSS Codes

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

#b8fcae Text Font Color

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

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


#b8fcae Background Color

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

This div background color is #b8fcae


#b8fcae Border Color

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

This div border color is #b8fcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fcae


Comments

No comments written yet.

Please login to write comment.