Color Hex Logo

#ffc3ef Color Hex

#FFC3EF
(255,195,239)
0 Favorites   0 Comments

Color spaces of #ffc3ef

RGB 255195239
HSL0.881.000.88
HSV316°24°100°
CMYK 0.000.240.06   0.00
XYZ76.335166.522290.4781
Yxy66.52220.32710.2851
Hunter Lab81.561124.3306-8.6793
CIE-Lab85.262128.2889-13.4390

#ffc3ef color RGB value is (255,195,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 11101111
Octal 377 303 357
Decimal 255 195 239
Hex FF C3 EF

RGB Percentages of Color #ffc3ef

%37.01
%28.30
%34.69

CMYK Percentages of Color #ffc3ef

%0
%24
%6
%0

Triadic Colors of #ffc3ef

#ffc3ef #efffc3 #c3efff

Analogous Colors of #ffc3ef

#ffc3ef #ffc3d1 #f1c3ff

Monochromatic Colors of #ffc3ef

#ffc3ef

Complementary Color

#ffc3ef #c3ffd3

#ffc3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc3ef Color CSS Codes

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

#ffc3ef Text Font Color

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

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


#ffc3ef Background Color

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

This div background color is #ffc3ef


#ffc3ef Border Color

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

This div border color is #ffc3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc3ef

Related Colors


Comments

No comments written yet.

Please login to write comment.