Color Hex Logo

#ffefcd Color Hex

#FFEFCD
(255,239,205)
0 Favorites   0 Comments

Color spaces of #ffefcd

RGB 255239205
HSL0.111.000.90
HSV41°20°100°
CMYK 0.000.060.20   0.00
XYZ83.125987.400870.2464
Yxy87.40080.34520.3630
Hunter Lab93.4884-4.890120.8919
CIE-Lab94.90810.103718.4045

#ffefcd color RGB value is (255,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11001101
Octal 377 357 315
Decimal 255 239 205
Hex FF EF CD

RGB Percentages of Color #ffefcd

%36.48
%34.19
%29.33

CMYK Percentages of Color #ffefcd

%0
%6
%20
%0

Triadic Colors of #ffefcd

#ffefcd #cdffef #efcdff

Analogous Colors of #ffefcd

#ffefcd #f6ffcd #ffd6cd

Monochromatic Colors of #ffefcd

#ffefcd

Complementary Color

#ffefcd #cdddff

#ffefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefcd Color CSS Codes

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

#ffefcd Text Font Color

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

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


#ffefcd Background Color

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

This div background color is #ffefcd


#ffefcd Border Color

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

This div border color is #ffefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefcd

Related Colors


Comments

No comments written yet.

Please login to write comment.