Color Hex Logo

#ffcfec Color Hex

#FFCFEC
(255,207,236)
1 Favorites   0 Comments

Color spaces of #ffcfec

RGB 255207236
HSL0.901.000.91
HSV324°19°100°
CMYK 0.000.190.07   0.00
XYZ78.693171.941889.0955
Yxy71.94180.32830.3001
Hunter Lab84.818517.1767-2.9067
CIE-Lab87.940621.4808-7.8583

#ffcfec color RGB value is (255,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11101100
Octal 377 317 354
Decimal 255 207 236
Hex FF CF EC

RGB Percentages of Color #ffcfec

%36.53
%29.66
%33.81

CMYK Percentages of Color #ffcfec

%0
%19
%7
%0

Triadic Colors of #ffcfec

#ffcfec #ecffcf #cfecff

Analogous Colors of #ffcfec

#ffcfec #ffcfd4 #facfff

Monochromatic Colors of #ffcfec

#ffcfec

Complementary Color

#ffcfec #cfffe2

#ffcfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfec Color CSS Codes

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

#ffcfec Text Font Color

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

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


#ffcfec Background Color

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

This div background color is #ffcfec


#ffcfec Border Color

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

This div border color is #ffcfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfec

Related Colors


Comments

No comments written yet.

Please login to write comment.