Color Hex Logo

#bef2fb Color Hex

#BEF2FB
(190,242,251)
0 Favorites   0 Comments

Color spaces of #bef2fb

RGB 190242251
HSL0.520.880.86
HSV189°24°98°
CMYK 0.240.040.00   0.02
XYZ70.399981.4164103.2713
Yxy81.41640.27600.3192
Hunter Lab90.2310-18.6354-4.6969
CIE-Lab92.3167-14.4906-9.7504

#bef2fb color RGB value is (190,242,251).

#bef2fb hex color red value is 190, green value is 242 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bef2fb hue: 0.52 , saturation: 0.88 and the lightness value of bef2fb is 0.86.

The process color (four color CMYK) of #bef2fb color hex is 0.24, 0.04, 0.00, 0.02. Web safe color of #bef2fb is #ccffff. Color #bef2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 11111011
Octal 276 362 373
Decimal 190 242 251
Hex BE F2 FB

RGB Percentages of Color #bef2fb

%27.82
%35.43
%36.75

CMYK Percentages of Color #bef2fb

%24
%4
%0
%2

Triadic Colors of #bef2fb

#bef2fb #fbbef2 #f2fbbe

Analogous Colors of #bef2fb

#bef2fb #bed4fb #befbe6

Monochromatic Colors of #bef2fb

#bef2fb

Complementary Color

#bef2fb #fbc7be

#bef2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef2fb Color CSS Codes

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

#bef2fb Text Font Color

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

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


#bef2fb Background Color

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

This div background color is #bef2fb


#bef2fb Border Color

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

This div border color is #bef2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef2fb

Related Colors


Comments

No comments written yet.

Please login to write comment.