Color Hex Logo

#ffc294 Color Hex

#FFC294
(255,194,148)
0 Favorites   0 Comments

Color spaces of #ffc294

RGB 255194148
HSL0.071.000.79
HSV26°42°100°
CMYK 0.000.240.42   0.00
XYZ65.877161.981736.5085
Yxy61.98170.40080.3771
Hunter Lab78.728511.587527.6156
CIE-Lab82.903716.179531.5791

#ffc294 color RGB value is (255,194,148).

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

The process color (four color CMYK) of #ffc294 color hex is 0.00, 0.24, 0.42, 0.00. Web safe color of #ffc294 is #ffcc99. Color #ffc294 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 10010100
Octal 377 302 224
Decimal 255 194 148
Hex FF C2 94

RGB Percentages of Color #ffc294

%42.71
%32.50
%24.79

CMYK Percentages of Color #ffc294

%0
%24
%42
%0

Triadic Colors of #ffc294

#ffc294 #94ffc2 #c294ff

Analogous Colors of #ffc294

#ffc294 #fff894 #ff949c

Monochromatic Colors of #ffc294

#ffc294

Complementary Color

#ffc294 #94d1ff

#ffc294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc294 Color CSS Codes

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

#ffc294 Text Font Color

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

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


#ffc294 Background Color

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

This div background color is #ffc294


#ffc294 Border Color

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

This div border color is #ffc294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc294


Comments

No comments written yet.

Please login to write comment.