Color Hex Logo

#ffefd2 Color Hex

#FFEFD2
(255,239,210)
0 Favorites   0 Comments

Color spaces of #ffefd2

RGB 255239210
HSL0.111.000.91
HSV39°18°100°
CMYK 0.000.060.18   0.00
XYZ83.739487.646173.4766
Yxy87.64610.34200.3579
Hunter Lab93.6195-4.172019.0003
CIE-Lab95.01170.830315.9739

#ffefd2 color RGB value is (255,239,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11010010
Octal 377 357 322
Decimal 255 239 210
Hex FF EF D2

RGB Percentages of Color #ffefd2

%36.22
%33.95
%29.83

CMYK Percentages of Color #ffefd2

%0
%6
%18
%0

Triadic Colors of #ffefd2

#ffefd2 #d2ffef #efd2ff

Analogous Colors of #ffefd2

#ffefd2 #f9ffd2 #ffd9d2

Monochromatic Colors of #ffefd2

#ffefd2

Complementary Color

#ffefd2 #d2e2ff

#ffefd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefd2 Color CSS Codes

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

#ffefd2 Text Font Color

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

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


#ffefd2 Background Color

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

This div background color is #ffefd2


#ffefd2 Border Color

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

This div border color is #ffefd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefd2

#ffefd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.