Color Hex Logo

#b4effb Color Hex

#B4EFFB
(180,239,251)
0 Favorites   0 Comments

Color spaces of #b4effb

RGB 180239251
HSL0.530.900.85
HSV190°28°98°
CMYK 0.280.050.00   0.02
XYZ67.101578.4013102.8631
Yxy78.40130.27020.3157
Hunter Lab88.5445-19.6806-6.8967
CIE-Lab90.9627-15.8331-11.8256

#b4effb color RGB value is (180,239,251).

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

The process color (four color CMYK) of #b4effb color hex is 0.28, 0.05, 0.00, 0.02. Web safe color of #b4effb is #ccffff. Color #b4effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101111 11111011
Octal 264 357 373
Decimal 180 239 251
Hex B4 EF FB

RGB Percentages of Color #b4effb

%26.87
%35.67
%37.46

CMYK Percentages of Color #b4effb

%28
%5
%0
%2

Triadic Colors of #b4effb

#b4effb #fbb4ef #effbb4

Analogous Colors of #b4effb

#b4effb #b4ccfb #b4fbe4

Monochromatic Colors of #b4effb

#b4effb

Complementary Color

#b4effb #fbc0b4

#b4effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4effb Color CSS Codes

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

#b4effb Text Font Color

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

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


#b4effb Background Color

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

This div background color is #b4effb


#b4effb Border Color

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

This div border color is #b4effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4effb


Comments

No comments written yet.

Please login to write comment.