Color Hex Logo

#f5cede Color Hex

#F5CEDE
(245,206,222)
0 Favorites   0 Comments

Color spaces of #f5cede

RGB 245206222
HSL0.930.660.88
HSV335°16°96°
CMYK 0.000.160.09   0.04
XYZ72.912368.829078.5497
Yxy68.82900.33100.3124
Hunter Lab82.963211.68921.9384
CIE-Lab86.419316.2479-2.7884

#f5cede color RGB value is (245,206,222).

#f5cede hex color red value is 245, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5cede hue: 0.93 , saturation: 0.66 and the lightness value of f5cede is 0.88.

The process color (four color CMYK) of #f5cede color hex is 0.00, 0.16, 0.09, 0.04. Web safe color of #f5cede is #ffcccc. Color #f5cede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001110 11011110
Octal 365 316 336
Decimal 245 206 222
Hex F5 CE DE

RGB Percentages of Color #f5cede

%36.40
%30.61
%32.99

CMYK Percentages of Color #f5cede

%0
%16
%9
%4

Triadic Colors of #f5cede

#f5cede #def5ce #cedef5

Analogous Colors of #f5cede

#f5cede #f5d2ce #f5cef2

Monochromatic Colors of #f5cede

#f5cede

Complementary Color

#f5cede #cef5e5

#f5cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cede Color CSS Codes

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

#f5cede Text Font Color

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

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


#f5cede Background Color

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

This div background color is #f5cede


#f5cede Border Color

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

This div border color is #f5cede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,206,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5cede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5cede;
  -webkit-box-shadow: 1px 1px 3px 2px #f5cede;
  box-shadow:         1px 1px 3px 2px #f5cede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,206,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cede

Related Colors


Comments

No comments written yet.

Please login to write comment.