Color Hex Logo

#b8fcee Color Hex

#B8FCEE
(184,252,238)
0 Favorites   0 Comments

Color spaces of #b8fcee

RGB 184252238
HSL0.470.920.85
HSV168°27°99°
CMYK 0.270.000.06   0.01
XYZ70.010285.984293.7956
Yxy85.98420.28030.3442
Hunter Lab92.7277-27.50444.9365
CIE-Lab94.3056-23.8998-0.1174

#b8fcee color RGB value is (184,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111100 11101110
Octal 270 374 356
Decimal 184 252 238
Hex B8 FC EE

RGB Percentages of Color #b8fcee

%27.30
%37.39
%35.31

CMYK Percentages of Color #b8fcee

%27
%0
%6
%1

Triadic Colors of #b8fcee

#b8fcee #eeb8fc #fceeb8

Analogous Colors of #b8fcee

#b8fcee #b8e8fc #b8fccc

Monochromatic Colors of #b8fcee

#b8fcee

Complementary Color

#b8fcee #fcb8c6

#b8fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fcee Color CSS Codes

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

#b8fcee Text Font Color

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

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


#b8fcee Background Color

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

This div background color is #b8fcee


#b8fcee Border Color

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

This div border color is #b8fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fcee


Comments

No comments written yet.

Please login to write comment.