Color Hex Logo

#b4fecd Color Hex

#B4FECD
(180,254,205)
0 Favorites   0 Comments

Color spaces of #b4fecd

RGB 180254205
HSL0.390.970.85
HSV140°29°100°
CMYK 0.290.000.19   0.00
XYZ65.283684.994770.7224
Yxy84.99470.29540.3846
Hunter Lab92.1926-34.937219.0525
CIE-Lab93.8808-32.468616.2440

#b4fecd color RGB value is (180,254,205).

#b4fecd hex color red value is 180, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b4fecd hue: 0.39 , saturation: 0.97 and the lightness value of b4fecd is 0.85.

The process color (four color CMYK) of #b4fecd color hex is 0.29, 0.00, 0.19, 0.00. Web safe color of #b4fecd is #ccffcc. Color #b4fecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 11001101
Octal 264 376 315
Decimal 180 254 205
Hex B4 FE CD

RGB Percentages of Color #b4fecd

%28.17
%39.75
%32.08

CMYK Percentages of Color #b4fecd

%29
%0
%19
%0

Triadic Colors of #b4fecd

#b4fecd #cdb4fe #fecdb4

Analogous Colors of #b4fecd

#b4fecd #b4fef2 #c0feb4

Monochromatic Colors of #b4fecd

#b4fecd

Complementary Color

#b4fecd #feb4e5

#b4fecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fecd Color CSS Codes

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

#b4fecd Text Font Color

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

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


#b4fecd Background Color

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

This div background color is #b4fecd


#b4fecd Border Color

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

This div border color is #b4fecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fecd


Comments

No comments written yet.

Please login to write comment.