Color Hex Logo

#ffca9e Color Hex

#FFCA9E
(255,202,158)
0 Favorites   0 Comments

Color spaces of #ffca9e

RGB 255202158
HSL0.081.000.81
HSV27°38°100°
CMYK 0.000.210.38   0.00
XYZ68.532165.969741.4691
Yxy65.96970.38950.3749
Hunter Lab81.22178.474126.5837
CIE-Lab84.981013.092129.1329

#ffca9e color RGB value is (255,202,158).

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

The process color (four color CMYK) of #ffca9e color hex is 0.00, 0.21, 0.38, 0.00. Web safe color of #ffca9e is #ffcc99. Color #ffca9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 10011110
Octal 377 312 236
Decimal 255 202 158
Hex FF CA 9E

RGB Percentages of Color #ffca9e

%41.46
%32.85
%25.69

CMYK Percentages of Color #ffca9e

%0
%21
%38
%0

Triadic Colors of #ffca9e

#ffca9e #9effca #ca9eff

Analogous Colors of #ffca9e

#ffca9e #fffb9e #ff9ea3

Monochromatic Colors of #ffca9e

#ffca9e

Complementary Color

#ffca9e #9ed3ff

#ffca9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca9e Color CSS Codes

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

#ffca9e Text Font Color

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

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


#ffca9e Background Color

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

This div background color is #ffca9e


#ffca9e Border Color

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

This div border color is #ffca9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca9e

#ffca9e Color Palettes


Comments

No comments written yet.

Please login to write comment.