Color Hex Logo

#ffefc4 Color Hex

#FFEFC4
(255,239,196)
1 Favorites   0 Comments

Color spaces of #ffefc4

RGB 255239196
HSL0.121.000.88
HSV44°23°100°
CMYK 0.000.060.23   0.00
XYZ82.070386.978564.6875
Yxy86.97850.35110.3721
Hunter Lab93.2623-6.129924.1595
CIE-Lab94.7291-1.157822.7804

#ffefc4 color RGB value is (255,239,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11000100
Octal 377 357 304
Decimal 255 239 196
Hex FF EF C4

RGB Percentages of Color #ffefc4

%36.96
%34.64
%28.41

CMYK Percentages of Color #ffefc4

%0
%6
%23
%0

Triadic Colors of #ffefc4

#ffefc4 #c4ffef #efc4ff

Analogous Colors of #ffefc4

#ffefc4 #f2ffc4 #ffd2c4

Monochromatic Colors of #ffefc4

#ffefc4

Complementary Color

#ffefc4 #c4d4ff

#ffefc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefc4 Color CSS Codes

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

#ffefc4 Text Font Color

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

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


#ffefc4 Background Color

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

This div background color is #ffefc4


#ffefc4 Border Color

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

This div border color is #ffefc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefc4

#ffefc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.