Color Hex Logo

#f0cde3 Color Hex

#F0CDE3
(240,205,227)
0 Favorites   0 Comments

Color spaces of #f0cde3

RGB 240205227
HSL0.900.540.87
HSV322°15°94°
CMYK 0.000.150.05   0.06
XYZ71.631667.734081.9716
Yxy67.73400.32360.3060
Hunter Lab82.300711.3339-1.4425
CIE-Lab85.873315.9058-6.2977

#f0cde3 color RGB value is (240,205,227).

#f0cde3 hex color red value is 240, green value is 205 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #f0cde3 hue: 0.90 , saturation: 0.54 and the lightness value of f0cde3 is 0.87.

The process color (four color CMYK) of #f0cde3 color hex is 0.00, 0.15, 0.05, 0.06. Web safe color of #f0cde3 is #ffcccc. Color #f0cde3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001101 11100011
Octal 360 315 343
Decimal 240 205 227
Hex F0 CD E3

RGB Percentages of Color #f0cde3

%35.71
%30.51
%33.78

CMYK Percentages of Color #f0cde3

%0
%15
%5
%6

Triadic Colors of #f0cde3

#f0cde3 #e3f0cd #cde3f0

Analogous Colors of #f0cde3

#f0cde3 #f0cdd2 #eccdf0

Monochromatic Colors of #f0cde3

#f0cde3

Complementary Color

#f0cde3 #cdf0da

#f0cde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cde3 Color CSS Codes

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

#f0cde3 Text Font Color

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

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


#f0cde3 Background Color

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

This div background color is #f0cde3


#f0cde3 Border Color

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

This div border color is #f0cde3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,205,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cde3


Comments

No comments written yet.

Please login to write comment.