Color Hex Logo

#ffc26e Color Hex

#FFC26E
(255,194,110)
0 Favorites   0 Comments

Color spaces of #ffc26e

RGB 255194110
HSL0.101.000.72
HSV35°57°100°
CMYK 0.000.240.57   0.00
XYZ63.346360.969423.1814
Yxy60.96940.42950.4134
Hunter Lab78.08298.166637.0559
CIE-Lab82.362312.772650.1666

#ffc26e color RGB value is (255,194,110).

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

The process color (four color CMYK) of #ffc26e color hex is 0.00, 0.24, 0.57, 0.00. Web safe color of #ffc26e is #ffcc66. Color #ffc26e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 01101110
Octal 377 302 156
Decimal 255 194 110
Hex FF C2 6E

RGB Percentages of Color #ffc26e

%45.62
%34.70
%19.68

CMYK Percentages of Color #ffc26e

%0
%24
%57
%0

Triadic Colors of #ffc26e

#ffc26e #6effc2 #c26eff

Analogous Colors of #ffc26e

#ffc26e #f4ff6e #ff7a6e

Monochromatic Colors of #ffc26e

#ffc26e

Complementary Color

#ffc26e #6eabff

#ffc26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc26e Color CSS Codes

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

#ffc26e Text Font Color

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

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


#ffc26e Background Color

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

This div background color is #ffc26e


#ffc26e Border Color

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

This div border color is #ffc26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc26e

Related Colors

#ffc26e Color Palettes


Comments

No comments written yet.

Please login to write comment.