Color Hex Logo

#b2ffee Color Hex

#B2FFEE
(178,255,238)
1 Favorites   0 Comments

Color spaces of #b2ffee

RGB 178255238
HSL0.461.000.85
HSV167°30°100°
CMYK 0.300.000.07   0.00
XYZ69.552787.158094.0463
Yxy87.15800.27740.3476
Hunter Lab93.3584-30.39355.6241
CIE-Lab94.8053-27.03930.5748

#b2ffee color RGB value is (178,255,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111111 11101110
Octal 262 377 356
Decimal 178 255 238
Hex B2 FF EE

RGB Percentages of Color #b2ffee

%26.53
%38.00
%35.47

CMYK Percentages of Color #b2ffee

%30
%0
%7
%0

Triadic Colors of #b2ffee

#b2ffee #eeb2ff #ffeeb2

Analogous Colors of #b2ffee

#b2ffee #b2eaff #b2ffc8

Monochromatic Colors of #b2ffee

#b2ffee

Complementary Color

#b2ffee #ffb2c3

#b2ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ffee Color CSS Codes

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

#b2ffee Text Font Color

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

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


#b2ffee Background Color

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

This div background color is #b2ffee


#b2ffee Border Color

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

This div border color is #b2ffee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,255,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 #b2ffee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.