Color Hex Logo

#ffc2ea Color Hex

#FFC2EA
(255,194,234)
0 Favorites   0 Comments

Color spaces of #ffc2ea

RGB 255194234
HSL0.891.000.88
HSV321°24°100°
CMYK 0.000.240.08   0.00
XYZ75.383165.784186.5664
Yxy65.78410.33100.2889
Hunter Lab81.107423.9641-6.5054
CIE-Lab84.886227.9691-11.3374

#ffc2ea color RGB value is (255,194,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 11101010
Octal 377 302 352
Decimal 255 194 234
Hex FF C2 EA

RGB Percentages of Color #ffc2ea

%37.34
%28.40
%34.26

CMYK Percentages of Color #ffc2ea

%0
%24
%8
%0

Triadic Colors of #ffc2ea

#ffc2ea #eaffc2 #c2eaff

Analogous Colors of #ffc2ea

#ffc2ea #ffc2cc #f6c2ff

Monochromatic Colors of #ffc2ea

#ffc2ea

Complementary Color

#ffc2ea #c2ffd7

#ffc2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc2ea Color CSS Codes

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

#ffc2ea Text Font Color

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

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


#ffc2ea Background Color

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

This div background color is #ffc2ea


#ffc2ea Border Color

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

This div border color is #ffc2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc2ea

Related Colors

#ffc2ea Color Palettes


Comments

No comments written yet.

Please login to write comment.