Color Hex Logo

#b4f4cb Color Hex

#B4F4CB
(180,244,203)
0 Favorites   0 Comments

Color spaces of #b4f4cb

RGB 180244203
HSL0.390.740.83
HSV142°26°96°
CMYK 0.260.000.17   0.04
XYZ61.952678.716568.4285
Yxy78.71650.29630.3765
Hunter Lab88.7223-30.621916.3773
CIE-Lab91.1059-28.142013.3528

#b4f4cb color RGB value is (180,244,203).

#b4f4cb hex color red value is 180, green value is 244 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b4f4cb hue: 0.39 , saturation: 0.74 and the lightness value of b4f4cb is 0.83.

The process color (four color CMYK) of #b4f4cb color hex is 0.26, 0.00, 0.17, 0.04. Web safe color of #b4f4cb is #ccffcc. Color #b4f4cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11110100 11001011
Octal 264 364 313
Decimal 180 244 203
Hex B4 F4 CB

RGB Percentages of Color #b4f4cb

%28.71
%38.92
%32.38

CMYK Percentages of Color #b4f4cb

%26
%0
%17
%4

Triadic Colors of #b4f4cb

#b4f4cb #cbb4f4 #f4cbb4

Analogous Colors of #b4f4cb

#b4f4cb #b4f4eb #bdf4b4

Monochromatic Colors of #b4f4cb

#b4f4cb

Complementary Color

#b4f4cb #f4b4dd

#b4f4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4f4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4f4cb Color CSS Codes

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

#b4f4cb Text Font Color

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

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


#b4f4cb Background Color

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

This div background color is #b4f4cb


#b4f4cb Border Color

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

This div border color is #b4f4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4f4cb


Comments

No comments written yet.

Please login to write comment.