Color Hex Logo

#febfec Color Hex

#FEBFEC
(254,191,236)
0 Favorites   0 Comments

Color spaces of #febfec

RGB 254191236
HSL0.880.970.87
HSV317°25°100°
CMYK 0.000.250.07   0.00
XYZ74.644264.388687.8509
Yxy64.38860.32900.2838
Hunter Lab80.242525.6221-8.7420
CIE-Lab84.167729.5489-13.4881

#febfec color RGB value is (254,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11101100
Octal 376 277 354
Decimal 254 191 236
Hex FE BF EC

RGB Percentages of Color #febfec

%37.30
%28.05
%34.65

CMYK Percentages of Color #febfec

%0
%25
%7
%0

Triadic Colors of #febfec

#febfec #ecfebf #bfecfe

Analogous Colors of #febfec

#febfec #febfcd #f1bffe

Monochromatic Colors of #febfec

#febfec

Complementary Color

#febfec #bffed1

#febfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfec Color CSS Codes

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

#febfec Text Font Color

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

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


#febfec Background Color

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

This div background color is #febfec


#febfec Border Color

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

This div border color is #febfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfec

Related Colors


Comments

No comments written yet.

Please login to write comment.