Color Hex Logo

#b4beef Color Hex

#B4BEEF
(180,190,239)
0 Favorites   0 Comments

Color spaces of #b4beef

RGB 180190239
HSL0.640.650.82
HSV230°25°94°
CMYK 0.250.210.00   0.06
XYZ52.815852.762289.0618
Yxy52.76220.27140.2711
Hunter Lab72.63762.6740-21.8498
CIE-Lab77.73447.0387-25.4316

#b4beef color RGB value is (180,190,239).

#b4beef hex color red value is 180, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b4beef hue: 0.64 , saturation: 0.65 and the lightness value of b4beef is 0.82.

The process color (four color CMYK) of #b4beef color hex is 0.25, 0.21, 0.00, 0.06. Web safe color of #b4beef is #ccccff. Color #b4beef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111110 11101111
Octal 264 276 357
Decimal 180 190 239
Hex B4 BE EF

RGB Percentages of Color #b4beef

%29.56
%31.20
%39.24

CMYK Percentages of Color #b4beef

%25
%21
%0
%6

Triadic Colors of #b4beef

#b4beef #efb4be #beefb4

Analogous Colors of #b4beef

#b4beef #c8b4ef #b4dcef

Monochromatic Colors of #b4beef

#b4beef

Complementary Color

#b4beef #efe5b4

#b4beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4beef Color CSS Codes

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

#b4beef Text Font Color

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

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


#b4beef Background Color

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

This div background color is #b4beef


#b4beef Border Color

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

This div border color is #b4beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4beef


Comments

No comments written yet.

Please login to write comment.