Color Hex Logo

#feffcd Color Hex

#FEFFCD
(254,255,205)
0 Favorites   0 Comments

Color spaces of #feffcd

RGB 254255205
HSL0.171.000.90
HSV61°20°100°
CMYK 0.000.000.20   0.00
XYZ87.652596.998671.8604
Yxy96.99860.34170.3781
Hunter Lab98.4879-13.491925.6813
CIE-Lab98.8277-8.264723.8489

#feffcd color RGB value is (254,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 11001101
Octal 376 377 315
Decimal 254 255 205
Hex FE FF CD

RGB Percentages of Color #feffcd

%35.57
%35.71
%28.71

CMYK Percentages of Color #feffcd

%0
%0
%20
%0

Triadic Colors of #feffcd

#feffcd #cdfeff #ffcdfe

Analogous Colors of #feffcd

#feffcd #e5ffcd #ffe7cd

Monochromatic Colors of #feffcd

#feffcd

Complementary Color

#feffcd #cecdff

#feffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffcd Color CSS Codes

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

#feffcd Text Font Color

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

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


#feffcd Background Color

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

This div background color is #feffcd


#feffcd Border Color

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

This div border color is #feffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.