Color Hex Logo

#f4befd Color Hex

#F4BEFD
(244,190,253)
0 Favorites   0 Comments

Color spaces of #f4befd

RGB 244190253
HSL0.810.940.87
HSV291°25°99°
CMYK 0.040.250.00   0.01
XYZ73.451363.1519101.2467
Yxy63.15190.30880.2655
Hunter Lab79.468225.9157-19.9109
CIE-Lab83.522229.8604-23.6206

#f4befd color RGB value is (244,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111110 11111101
Octal 364 276 375
Decimal 244 190 253
Hex F4 BE FD

RGB Percentages of Color #f4befd

%35.52
%27.66
%36.83

CMYK Percentages of Color #f4befd

%4
%25
%0
%1

Triadic Colors of #f4befd

#f4befd #fdf4be #befdf4

Analogous Colors of #f4befd

#f4befd #fdbee7 #d5befd

Monochromatic Colors of #f4befd

#f4befd

Complementary Color

#f4befd #c7fdbe

#f4befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4befd Color CSS Codes

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

#f4befd Text Font Color

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

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


#f4befd Background Color

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

This div background color is #f4befd


#f4befd Border Color

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

This div border color is #f4befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4befd

Related Colors


Comments

No comments written yet.

Please login to write comment.