Color Hex Logo

#ffc18e Color Hex

#FFC18E
(255,193,142)
0 Favorites   0 Comments

Color spaces of #ffc18e

RGB 255193142
HSL0.081.000.78
HSV27°44°100°
CMYK 0.000.240.44   0.00
XYZ65.192461.352933.9975
Yxy61.35290.40610.3822
Hunter Lab78.328111.491229.0955
CIE-Lab82.568116.087734.2619

#ffc18e color RGB value is (255,193,142).

#ffc18e hex color red value is 255, green value is 193 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ffc18e hue: 0.08 , saturation: 1.00 and the lightness value of ffc18e is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 10001110
Octal 377 301 216
Decimal 255 193 142
Hex FF C1 8E

RGB Percentages of Color #ffc18e

%43.22
%32.71
%24.07

CMYK Percentages of Color #ffc18e

%0
%24
%44
%0

Triadic Colors of #ffc18e

#ffc18e #8effc1 #c18eff

Analogous Colors of #ffc18e

#ffc18e #fffa8e #ff8e94

Monochromatic Colors of #ffc18e

#ffc18e

Complementary Color

#ffc18e #8eccff

#ffc18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc18e Color CSS Codes

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

#ffc18e Text Font Color

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

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


#ffc18e Background Color

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

This div background color is #ffc18e


#ffc18e Border Color

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

This div border color is #ffc18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc18e

Related Colors

#ffc18e Color Palettes


Comments

No comments written yet.

Please login to write comment.