Color Hex Logo

#b4fcef Color Hex

#B4FCEF
(180,252,239)
0 Favorites   0 Comments

Color spaces of #b4fcef

RGB 180252239
HSL0.470.920.85
HSV169°29°99°
CMYK 0.290.000.05   0.01
XYZ69.212885.556194.5274
Yxy85.55610.27760.3432
Hunter Lab92.4965-28.30204.1558
CIE-Lab94.1222-24.8304-0.9271

#b4fcef color RGB value is (180,252,239).

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

The process color (four color CMYK) of #b4fcef color hex is 0.29, 0.00, 0.05, 0.01. Web safe color of #b4fcef is #ccffff. Color #b4fcef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111100 11101111
Octal 264 374 357
Decimal 180 252 239
Hex B4 FC EF

RGB Percentages of Color #b4fcef

%26.83
%37.56
%35.62

CMYK Percentages of Color #b4fcef

%29
%0
%5
%1

Triadic Colors of #b4fcef

#b4fcef #efb4fc #fcefb4

Analogous Colors of #b4fcef

#b4fcef #b4e5fc #b4fccb

Monochromatic Colors of #b4fcef

#b4fcef

Complementary Color

#b4fcef #fcb4c1

#b4fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fcef Color CSS Codes

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

#b4fcef Text Font Color

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

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


#b4fcef Background Color

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

This div background color is #b4fcef


#b4fcef Border Color

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

This div border color is #b4fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fcef

#b4fcef Color Palettes


Comments

No comments written yet.

Please login to write comment.