Color Hex Logo

#ffc2ee Color Hex

#FFC2EE
(255,194,238)
0 Favorites   0 Comments

Color spaces of #ffc2ee

RGB 255194238
HSL0.881.000.88
HSV317°24°100°
CMYK 0.000.240.07   0.00
XYZ75.964466.016689.6276
Yxy66.01660.32800.2850
Hunter Lab81.250624.6982-8.5274
CIE-Lab85.004928.6440-13.2915

#ffc2ee color RGB value is (255,194,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 11101110
Octal 377 302 356
Decimal 255 194 238
Hex FF C2 EE

RGB Percentages of Color #ffc2ee

%37.12
%28.24
%34.64

CMYK Percentages of Color #ffc2ee

%0
%24
%7
%0

Triadic Colors of #ffc2ee

#ffc2ee #eeffc2 #c2eeff

Analogous Colors of #ffc2ee

#ffc2ee #ffc2d0 #f2c2ff

Monochromatic Colors of #ffc2ee

#ffc2ee

Complementary Color

#ffc2ee #c2ffd3

#ffc2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc2ee Color CSS Codes

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

#ffc2ee Text Font Color

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

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


#ffc2ee Background Color

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

This div background color is #ffc2ee


#ffc2ee Border Color

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

This div border color is #ffc2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc2ee

Related Colors


Comments

No comments written yet.

Please login to write comment.