Color Hex Logo

#b0fcee Color Hex

#B0FCEE
(176,252,238)
0 Favorites   0 Comments

Color spaces of #b0fcee

RGB 176252238
HSL0.470.930.84
HSV169°30°99°
CMYK 0.300.000.06   0.01
XYZ68.147585.024093.7084
Yxy85.02400.27600.3444
Hunter Lab92.2085-29.44284.2915
CIE-Lab93.8935-26.1641-0.7689

#b0fcee color RGB value is (176,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111100 11101110
Octal 260 374 356
Decimal 176 252 238
Hex B0 FC EE

RGB Percentages of Color #b0fcee

%26.43
%37.84
%35.74

CMYK Percentages of Color #b0fcee

%30
%0
%6
%1

Triadic Colors of #b0fcee

#b0fcee #eeb0fc #fceeb0

Analogous Colors of #b0fcee

#b0fcee #b0e4fc #b0fcc8

Monochromatic Colors of #b0fcee

#b0fcee

Complementary Color

#b0fcee #fcb0be

#b0fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fcee Color CSS Codes

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

#b0fcee Text Font Color

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

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


#b0fcee Background Color

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

This div background color is #b0fcee


#b0fcee Border Color

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

This div border color is #b0fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fcee


Comments

No comments written yet.

Please login to write comment.