Color Hex Logo

#feffd2 Color Hex

#FEFFD2
(254,255,210)
0 Favorites   0 Comments

Color spaces of #feffd2

RGB 254255210
HSL0.171.000.91
HSV61°18°100°
CMYK 0.000.000.18   0.00
XYZ88.265997.244075.0906
Yxy97.24400.33870.3732
Hunter Lab98.6124-12.800023.8810
CIE-Lab98.9244-7.549121.4447

#feffd2 color RGB value is (254,255,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 11010010
Octal 376 377 322
Decimal 254 255 210
Hex FE FF D2

RGB Percentages of Color #feffd2

%35.33
%35.47
%29.21

CMYK Percentages of Color #feffd2

%0
%0
%18
%0

Triadic Colors of #feffd2

#feffd2 #d2feff #ffd2fe

Analogous Colors of #feffd2

#feffd2 #e8ffd2 #ffead2

Monochromatic Colors of #feffd2

#feffd2

Complementary Color

#feffd2 #d3d2ff

#feffd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffd2 Color CSS Codes

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

#feffd2 Text Font Color

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

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


#feffd2 Background Color

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

This div background color is #feffd2


#feffd2 Border Color

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

This div border color is #feffd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffd2

Related Colors


Comments

No comments written yet.

Please login to write comment.