Color Hex Logo

#b4ffce Color Hex

#B4FFCE
(180,255,206)
0 Favorites   0 Comments

Color spaces of #b4ffce

RGB 180255206
HSL0.391.000.85
HSV141°29°100°
CMYK 0.290.000.19   0.00
XYZ65.723085.679571.4664
Yxy85.67950.29490.3844
Hunter Lab92.5632-35.244619.0175
CIE-Lab94.1751-32.749616.1461

#b4ffce color RGB value is (180,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111111 11001110
Octal 264 377 316
Decimal 180 255 206
Hex B4 FF CE

RGB Percentages of Color #b4ffce

%28.08
%39.78
%32.14

CMYK Percentages of Color #b4ffce

%29
%0
%19
%0

Triadic Colors of #b4ffce

#b4ffce #ceb4ff #ffceb4

Analogous Colors of #b4ffce

#b4ffce #b4fff4 #c0ffb4

Monochromatic Colors of #b4ffce

#b4ffce

Complementary Color

#b4ffce #ffb4e5

#b4ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ffce Color CSS Codes

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

#b4ffce Text Font Color

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

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


#b4ffce Background Color

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

This div background color is #b4ffce


#b4ffce Border Color

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

This div border color is #b4ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ffce

Related Colors


Comments

No comments written yet.

Please login to write comment.