Color Hex Logo

#feaceb Color Hex

#FEACEB
(254,172,235)
0 Favorites   0 Comments

Color spaces of #feaceb

RGB 254172235
HSL0.870.980.84
HSV314°32°100°
CMYK 0.000.320.07   0.00
XYZ70.621056.574085.7950
Yxy56.57400.33160.2656
Hunter Lab75.215735.9685-14.9783
CIE-Lab79.939439.3329-19.3144

#feaceb color RGB value is (254,172,235).

#feaceb hex color red value is 254, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #feaceb hue: 0.87 , saturation: 0.98 and the lightness value of feaceb is 0.84.

The process color (four color CMYK) of #feaceb color hex is 0.00, 0.32, 0.07, 0.00. Web safe color of #feaceb is #ff99ff. Color #feaceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11101011
Octal 376 254 353
Decimal 254 172 235
Hex FE AC EB

RGB Percentages of Color #feaceb

%38.43
%26.02
%35.55

CMYK Percentages of Color #feaceb

%0
%32
%7
%0

Triadic Colors of #feaceb

#feaceb #ebfeac #acebfe

Analogous Colors of #feaceb

#feaceb #feacc2 #e8acfe

Monochromatic Colors of #feaceb

#feaceb

Complementary Color

#feaceb #acfebf

#feaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaceb Color CSS Codes

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

#feaceb Text Font Color

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

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


#feaceb Background Color

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

This div background color is #feaceb


#feaceb Border Color

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

This div border color is #feaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaceb

Related Colors


Comments

No comments written yet.

Please login to write comment.