Color Hex Logo

#f4befe Color Hex

#F4BEFE
(244,190,254)
0 Favorites   0 Comments

Color spaces of #f4befe

RGB 244190254
HSL0.810.970.87
HSV291°25°100°
CMYK 0.040.250.00   0.00
XYZ73.611163.2158102.0881
Yxy63.21580.30810.2646
Hunter Lab79.508426.1207-20.4720
CIE-Lab83.555830.0482-24.1020

#f4befe color RGB value is (244,190,254).

#f4befe hex color red value is 244, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f4befe hue: 0.81 , saturation: 0.97 and the lightness value of f4befe is 0.87.

The process color (four color CMYK) of #f4befe color hex is 0.04, 0.25, 0.00, 0.00. Web safe color of #f4befe is #ffccff. Color #f4befe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111110 11111110
Octal 364 276 376
Decimal 244 190 254
Hex F4 BE FE

RGB Percentages of Color #f4befe

%35.47
%27.62
%36.92

CMYK Percentages of Color #f4befe

%4
%25
%0
%0

Triadic Colors of #f4befe

#f4befe #fef4be #befef4

Analogous Colors of #f4befe

#f4befe #febee8 #d4befe

Monochromatic Colors of #f4befe

#f4befe

Complementary Color

#f4befe #c8febe

#f4befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4befe Color CSS Codes

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

#f4befe Text Font Color

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

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


#f4befe Background Color

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

This div background color is #f4befe


#f4befe Border Color

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

This div border color is #f4befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4befe


Comments

No comments written yet.

Please login to write comment.