Color Hex Logo

#feeeca Color Hex

#FEEECA
(254,238,202)
0 Favorites   0 Comments

Color spaces of #feeeca

RGB 254238202
HSL0.120.960.89
HSV42°20°100°
CMYK 0.000.060.20   0.00
XYZ82.108386.484268.2427
Yxy86.48420.34670.3652
Hunter Lab92.9969-5.144321.5898
CIE-Lab94.5190-0.178419.3927

#feeeca color RGB value is (254,238,202).

#feeeca hex color red value is 254, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #feeeca hue: 0.12 , saturation: 0.96 and the lightness value of feeeca is 0.89.

The process color (four color CMYK) of #feeeca color hex is 0.00, 0.06, 0.20, 0.00. Web safe color of #feeeca is #ffffcc. Color #feeeca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11001010
Octal 376 356 312
Decimal 254 238 202
Hex FE EE CA

RGB Percentages of Color #feeeca

%36.60
%34.29
%29.11

CMYK Percentages of Color #feeeca

%0
%6
%20
%0

Triadic Colors of #feeeca

#feeeca #cafeee #eecafe

Analogous Colors of #feeeca

#feeeca #f4feca #fed4ca

Monochromatic Colors of #feeeca

#feeeca

Complementary Color

#feeeca #cadafe

#feeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeeca Color CSS Codes

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

#feeeca Text Font Color

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

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


#feeeca Background Color

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

This div background color is #feeeca


#feeeca Border Color

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

This div border color is #feeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeeca

Related Colors


Comments

No comments written yet.

Please login to write comment.