Color Hex Logo

#febff2 Color Hex

#FEBFF2
(254,191,242)
0 Favorites   0 Comments

Color spaces of #febff2

RGB 254191242
HSL0.870.970.87
HSV311°25°100°
CMYK 0.000.250.05   0.00
XYZ75.530964.743292.5202
Yxy64.74320.32450.2781
Hunter Lab80.463226.7477-11.8501
CIE-Lab84.351230.5771-16.4136

#febff2 color RGB value is (254,191,242).

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

The process color (four color CMYK) of #febff2 color hex is 0.00, 0.25, 0.05, 0.00. Web safe color of #febff2 is #ffccff. Color #febff2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11110010
Octal 376 277 362
Decimal 254 191 242
Hex FE BF F2

RGB Percentages of Color #febff2

%36.97
%27.80
%35.23

CMYK Percentages of Color #febff2

%0
%25
%5
%0

Triadic Colors of #febff2

#febff2 #f2febf #bff2fe

Analogous Colors of #febff2

#febff2 #febfd3 #ebbffe

Monochromatic Colors of #febff2

#febff2

Complementary Color

#febff2 #bffecb

#febff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febff2 Color CSS Codes

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

#febff2 Text Font Color

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

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


#febff2 Background Color

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

This div background color is #febff2


#febff2 Border Color

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

This div border color is #febff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febff2


Comments

No comments written yet.

Please login to write comment.