Color Hex Logo

#ffcfeb Color Hex

#FFCFEB
(255,207,235)
0 Favorites   0 Comments

Color spaces of #ffcfeb

RGB 255207235
HSL0.901.000.91
HSV325°19°100°
CMYK 0.000.190.08   0.00
XYZ78.548271.883888.3323
Yxy71.88380.32900.3011
Hunter Lab84.784316.9983-2.4221
CIE-Lab87.912621.3129-7.3708

#ffcfeb color RGB value is (255,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11101011
Octal 377 317 353
Decimal 255 207 235
Hex FF CF EB

RGB Percentages of Color #ffcfeb

%36.59
%29.70
%33.72

CMYK Percentages of Color #ffcfeb

%0
%19
%8
%0

Triadic Colors of #ffcfeb

#ffcfeb #ebffcf #cfebff

Analogous Colors of #ffcfeb

#ffcfeb #ffcfd3 #fbcfff

Monochromatic Colors of #ffcfeb

#ffcfeb

Complementary Color

#ffcfeb #cfffe3

#ffcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcfeb Color CSS Codes

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

#ffcfeb Text Font Color

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

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


#ffcfeb Background Color

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

This div background color is #ffcfeb


#ffcfeb Border Color

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

This div border color is #ffcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcfeb

#ffcfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.