Color Hex Logo

#f0ceea Color Hex

#F0CEEA
(240,206,234)
0 Favorites   0 Comments

Color spaces of #f0ceea

RGB 240206234
HSL0.860.530.87
HSV311°14°94°
CMYK 0.000.140.03   0.06
XYZ72.857868.608487.2446
Yxy68.60840.31860.3000
Hunter Lab82.830212.0566-4.4687
CIE-Lab86.309816.6060-9.3655

#f0ceea color RGB value is (240,206,234).

#f0ceea hex color red value is 240, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f0ceea hue: 0.86 , saturation: 0.53 and the lightness value of f0ceea is 0.87.

The process color (four color CMYK) of #f0ceea color hex is 0.00, 0.14, 0.03, 0.06. Web safe color of #f0ceea is #ffccff. Color #f0ceea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001110 11101010
Octal 360 316 352
Decimal 240 206 234
Hex F0 CE EA

RGB Percentages of Color #f0ceea

%35.29
%30.29
%34.41

CMYK Percentages of Color #f0ceea

%0
%14
%3
%6

Triadic Colors of #f0ceea

#f0ceea #eaf0ce #ceeaf0

Analogous Colors of #f0ceea

#f0ceea #f0ced9 #e5cef0

Monochromatic Colors of #f0ceea

#f0ceea

Complementary Color

#f0ceea #cef0d4

#f0ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ceea Color CSS Codes

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

#f0ceea Text Font Color

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

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


#f0ceea Background Color

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

This div background color is #f0ceea


#f0ceea Border Color

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

This div border color is #f0ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ceea


Comments

No comments written yet.

Please login to write comment.