Color Hex Logo

#b4febc Color Hex

#B4FEBC
(180,254,188)
0 Favorites   0 Comments

Color spaces of #b4febc

RGB 180254188
HSL0.350.970.85
HSV126°29°100°
CMYK 0.290.000.26   0.00
XYZ63.341384.217860.4942
Yxy84.21780.30440.4048
Hunter Lab91.7703-37.394425.1557
CIE-Lab93.5450-35.440324.4533

#b4febc color RGB value is (180,254,188).

#b4febc hex color red value is 180, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b4febc hue: 0.35 , saturation: 0.97 and the lightness value of b4febc is 0.85.

The process color (four color CMYK) of #b4febc color hex is 0.29, 0.00, 0.26, 0.00. Web safe color of #b4febc is #ccffcc. Color #b4febc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 10111100
Octal 264 376 274
Decimal 180 254 188
Hex B4 FE BC

RGB Percentages of Color #b4febc

%28.94
%40.84
%30.23

CMYK Percentages of Color #b4febc

%29
%0
%26
%0

Triadic Colors of #b4febc

#b4febc #bcb4fe #febcb4

Analogous Colors of #b4febc

#b4febc #b4fee1 #d1feb4

Monochromatic Colors of #b4febc

#b4febc

Complementary Color

#b4febc #feb4f6

#b4febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4febc Color CSS Codes

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

#b4febc Text Font Color

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

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


#b4febc Background Color

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

This div background color is #b4febc


#b4febc Border Color

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

This div border color is #b4febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4febc


Comments

No comments written yet.

Please login to write comment.