Color Hex Logo

#b6fcee Color Hex

#B6FCEE
(182,252,238)
0 Favorites   0 Comments

Color spaces of #b6fcee

RGB 182252238
HSL0.470.920.85
HSV168°28°99°
CMYK 0.280.000.06   0.01
XYZ69.534485.738993.7733
Yxy85.73890.27920.3443
Hunter Lab92.5953-27.99734.7724
CIE-Lab94.2006-24.4725-0.2833

#b6fcee color RGB value is (182,252,238).

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

The process color (four color CMYK) of #b6fcee color hex is 0.28, 0.00, 0.06, 0.01. Web safe color of #b6fcee is #ccffff. Color #b6fcee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 11101110
Octal 266 374 356
Decimal 182 252 238
Hex B6 FC EE

RGB Percentages of Color #b6fcee

%27.08
%37.50
%35.42

CMYK Percentages of Color #b6fcee

%28
%0
%6
%1

Triadic Colors of #b6fcee

#b6fcee #eeb6fc #fceeb6

Analogous Colors of #b6fcee

#b6fcee #b6e7fc #b6fccb

Monochromatic Colors of #b6fcee

#b6fcee

Complementary Color

#b6fcee #fcb6c4

#b6fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fcee Color CSS Codes

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

#b6fcee Text Font Color

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

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


#b6fcee Background Color

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

This div background color is #b6fcee


#b6fcee Border Color

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

This div border color is #b6fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fcee


Comments

No comments written yet.

Please login to write comment.