Color Hex Logo

#b0fcea Color Hex

#B0FCEA
(176,252,234)
0 Favorites   0 Comments

Color spaces of #b0fcea

RGB 176252234
HSL0.460.930.84
HSV166°30°99°
CMYK 0.300.000.07   0.01
XYZ67.566284.791490.6472
Yxy84.79140.27800.3489
Hunter Lab92.0822-30.16796.0916
CIE-Lab93.7932-27.00791.1526

#b0fcea color RGB value is (176,252,234).

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

The process color (four color CMYK) of #b0fcea color hex is 0.30, 0.00, 0.07, 0.01. Web safe color of #b0fcea is #99ffff. Color #b0fcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111100 11101010
Octal 260 374 352
Decimal 176 252 234
Hex B0 FC EA

RGB Percentages of Color #b0fcea

%26.59
%38.07
%35.35

CMYK Percentages of Color #b0fcea

%30
%0
%7
%1

Triadic Colors of #b0fcea

#b0fcea #eab0fc #fceab0

Analogous Colors of #b0fcea

#b0fcea #b0e8fc #b0fcc4

Monochromatic Colors of #b0fcea

#b0fcea

Complementary Color

#b0fcea #fcb0c2

#b0fcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fcea Color CSS Codes

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

#b0fcea Text Font Color

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

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


#b0fcea Background Color

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

This div background color is #b0fcea


#b0fcea Border Color

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

This div border color is #b0fcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,252,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fcea


Comments

No comments written yet.

Please login to write comment.