Color Hex Logo

#ffc7ed Color Hex

#FFC7ED
(255,199,237)
0 Favorites   0 Comments

Color spaces of #ffc7ed

RGB 255199237
HSL0.891.000.89
HSV319°22°100°
CMYK 0.000.220.07   0.00
XYZ76.949568.221389.2331
Yxy68.22130.32830.2910
Hunter Lab82.596221.7535-6.2368
CIE-Lab86.117025.8476-11.0986

#ffc7ed color RGB value is (255,199,237).

#ffc7ed hex color red value is 255, green value is 199 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ffc7ed hue: 0.89 , saturation: 1.00 and the lightness value of ffc7ed is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 11101101
Octal 377 307 355
Decimal 255 199 237
Hex FF C7 ED

RGB Percentages of Color #ffc7ed

%36.90
%28.80
%34.30

CMYK Percentages of Color #ffc7ed

%0
%22
%7
%0

Triadic Colors of #ffc7ed

#ffc7ed #edffc7 #c7edff

Analogous Colors of #ffc7ed

#ffc7ed #ffc7d1 #f5c7ff

Monochromatic Colors of #ffc7ed

#ffc7ed

Complementary Color

#ffc7ed #c7ffd9

#ffc7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc7ed Color CSS Codes

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

#ffc7ed Text Font Color

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

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


#ffc7ed Background Color

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

This div background color is #ffc7ed


#ffc7ed Border Color

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

This div border color is #ffc7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc7ed

#ffc7ed Color Palettes


Comments

No comments written yet.

Please login to write comment.