Color Hex Logo

#feb8ec Color Hex

#FEB8EC
(254,184,236)
0 Favorites   0 Comments

Color spaces of #feb8ec

RGB 254184236
HSL0.880.970.86
HSV315°28°100°
CMYK 0.000.280.07   0.00
XYZ73.153961.407987.3542
Yxy61.40790.32960.2767
Hunter Lab78.363229.4984-11.2384
CIE-Lab82.597533.2260-15.8437

#feb8ec color RGB value is (254,184,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 11101100
Octal 376 270 354
Decimal 254 184 236
Hex FE B8 EC

RGB Percentages of Color #feb8ec

%37.69
%27.30
%35.01

CMYK Percentages of Color #feb8ec

%0
%28
%7
%0

Triadic Colors of #feb8ec

#feb8ec #ecfeb8 #b8ecfe

Analogous Colors of #feb8ec

#feb8ec #feb8c9 #edb8fe

Monochromatic Colors of #feb8ec

#feb8ec

Complementary Color

#feb8ec #b8feca

#feb8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb8ec Color CSS Codes

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

#feb8ec Text Font Color

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

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


#feb8ec Background Color

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

This div background color is #feb8ec


#feb8ec Border Color

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

This div border color is #feb8ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,184,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 #feb8ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb8ec


Comments

No comments written yet.

Please login to write comment.