Color Hex Logo

#ffcec0 Color Hex

#FFCEC0
(255,206,192)
0 Favorites   0 Comments

Color spaces of #ffcec0

RGB 255206192
HSL0.041.000.88
HSV13°25°100°
CMYK 0.000.190.25   0.00
XYZ72.825769.208459.3894
Yxy69.20840.36160.3436
Hunter Lab83.191610.673215.9077
CIE-Lab86.607115.257013.4985

#ffcec0 color RGB value is (255,206,192).

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

The process color (four color CMYK) of #ffcec0 color hex is 0.00, 0.19, 0.25, 0.00. Web safe color of #ffcec0 is #ffcccc. Color #ffcec0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11000000
Octal 377 316 300
Decimal 255 206 192
Hex FF CE C0

RGB Percentages of Color #ffcec0

%39.05
%31.55
%29.40

CMYK Percentages of Color #ffcec0

%0
%19
%25
%0

Triadic Colors of #ffcec0

#ffcec0 #c0ffce #cec0ff

Analogous Colors of #ffcec0

#ffcec0 #ffeec0 #ffc0d2

Monochromatic Colors of #ffcec0

#ffcec0

Complementary Color

#ffcec0 #c0f1ff

#ffcec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcec0 Color CSS Codes

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

#ffcec0 Text Font Color

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

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


#ffcec0 Background Color

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

This div background color is #ffcec0


#ffcec0 Border Color

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

This div border color is #ffcec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcec0

Related Colors


Comments

No comments written yet.

Please login to write comment.