Color Hex Logo

#ffc164 Color Hex

#FFC164
(255,193,100)
0 Favorites   0 Comments

Color spaces of #ffc164

RGB 255193100
HSL0.101.000.70
HSV36°61°100°
CMYK 0.000.240.61   0.00
XYZ62.610260.320020.3996
Yxy60.32000.43680.4208
Hunter Lab77.66607.981938.7932
CIE-Lab82.011812.585054.5443

#ffc164 color RGB value is (255,193,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 01100100
Octal 377 301 144
Decimal 255 193 100
Hex FF C1 64

RGB Percentages of Color #ffc164

%46.53
%35.22
%18.25

CMYK Percentages of Color #ffc164

%0
%24
%61
%0

Triadic Colors of #ffc164

#ffc164 #64ffc1 #c164ff

Analogous Colors of #ffc164

#ffc164 #f0ff64 #ff7464

Monochromatic Colors of #ffc164

#ffc164

Complementary Color

#ffc164 #64a2ff

#ffc164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc164 Color CSS Codes

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

#ffc164 Text Font Color

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

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


#ffc164 Background Color

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

This div background color is #ffc164


#ffc164 Border Color

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

This div border color is #ffc164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc164


Comments

No comments written yet.

Please login to write comment.