Color Hex Logo

#feffce Color Hex

#FEFFCE
(254,255,206)
0 Favorites   0 Comments

Color spaces of #feffce

RGB 254255206
HSL0.171.000.90
HSV61°19°100°
CMYK 0.000.000.19   0.00
XYZ87.773697.047172.4983
Yxy97.04710.34110.3771
Hunter Lab98.5125-13.355225.3254
CIE-Lab98.8468-8.123223.3681

#feffce color RGB value is (254,255,206).

#feffce hex color red value is 254, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #feffce hue: 0.17 , saturation: 1.00 and the lightness value of feffce is 0.90.

The process color (four color CMYK) of #feffce color hex is 0.00, 0.00, 0.19, 0.00. Web safe color of #feffce is #ffffcc. Color #feffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 11001110
Octal 376 377 316
Decimal 254 255 206
Hex FE FF CE

RGB Percentages of Color #feffce

%35.52
%35.66
%28.81

CMYK Percentages of Color #feffce

%0
%0
%19
%0

Triadic Colors of #feffce

#feffce #cefeff #ffcefe

Analogous Colors of #feffce

#feffce #e6ffce #ffe8ce

Monochromatic Colors of #feffce

#feffce

Complementary Color

#feffce #cfceff

#feffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffce Color CSS Codes

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

#feffce Text Font Color

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

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


#feffce Background Color

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

This div background color is #feffce


#feffce Border Color

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

This div border color is #feffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffce

Related Colors


Comments

No comments written yet.

Please login to write comment.