Color Hex Logo

#b4fddf Color Hex

#B4FDDF
(180,253,223)
0 Favorites   0 Comments

Color spaces of #b4fddf

RGB 180253223
HSL0.430.950.85
HSV155°29°99°
CMYK 0.290.000.12   0.01
XYZ67.267085.281682.7277
Yxy85.28160.28590.3625
Hunter Lab92.3480-31.588311.5301
CIE-Lab94.0043-28.57777.1637

#b4fddf color RGB value is (180,253,223).

#b4fddf hex color red value is 180, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b4fddf hue: 0.43 , saturation: 0.95 and the lightness value of b4fddf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111101 11011111
Octal 264 375 337
Decimal 180 253 223
Hex B4 FD DF

RGB Percentages of Color #b4fddf

%27.44
%38.57
%33.99

CMYK Percentages of Color #b4fddf

%29
%0
%12
%1

Triadic Colors of #b4fddf

#b4fddf #dfb4fd #fddfb4

Analogous Colors of #b4fddf

#b4fddf #b4f7fd #b4fdbb

Monochromatic Colors of #b4fddf

#b4fddf

Complementary Color

#b4fddf #fdb4d2

#b4fddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fddf Color CSS Codes

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

#b4fddf Text Font Color

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

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


#b4fddf Background Color

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

This div background color is #b4fddf


#b4fddf Border Color

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

This div border color is #b4fddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fddf

Related Colors


Comments

No comments written yet.

Please login to write comment.