Color Hex Logo

#ffcfe6 Color Hex

#FFCFE6
(255,207,230)
0 Favorites   0 Comments

Color spaces of #ffcfe6

RGB 255207230
HSL0.921.000.91
HSV331°19°100°
CMYK 0.000.190.10   0.00
XYZ77.835871.598884.5805
Yxy71.59880.33260.3060
Hunter Lab84.616116.1187-0.0338
CIE-Lab87.775120.4828-4.9287

#ffcfe6 color RGB value is (255,207,230).

#ffcfe6 hex color red value is 255, green value is 207 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ffcfe6 hue: 0.92 , saturation: 1.00 and the lightness value of ffcfe6 is 0.91.

The process color (four color CMYK) of #ffcfe6 color hex is 0.00, 0.19, 0.10, 0.00. Web safe color of #ffcfe6 is #ffccff. Color #ffcfe6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11100110
Octal 377 317 346
Decimal 255 207 230
Hex FF CF E6

RGB Percentages of Color #ffcfe6

%36.85
%29.91
%33.24

CMYK Percentages of Color #ffcfe6

%0
%19
%10
%0

Triadic Colors of #ffcfe6

#ffcfe6 #e6ffcf #cfe6ff

Analogous Colors of #ffcfe6

#ffcfe6 #ffd0cf #ffcffe

Monochromatic Colors of #ffcfe6

#ffcfe6

Complementary Color

#ffcfe6 #cfffe8

#ffcfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfe6 Color CSS Codes

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

#ffcfe6 Text Font Color

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

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


#ffcfe6 Background Color

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

This div background color is #ffcfe6


#ffcfe6 Border Color

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

This div border color is #ffcfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfe6

#ffcfe6 Color Palettes


Comments

No comments written yet.

Please login to write comment.