Color Hex Logo

#ffc440 Color Hex

#FFC440
(255,196,64)
0 Favorites   0 Comments

Color spaces of #ffc440

RGB 25519664
HSL0.121.000.63
HSV41°75°100°
CMYK 0.000.230.75   0.00
XYZ61.905361.110013.3831
Yxy61.11000.45390.4480
Hunter Lab78.17294.552044.5706
CIE-Lab82.43789.109870.2802

#ffc440 color RGB value is (255,196,64).

#ffc440 hex color red value is 255, green value is 196 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ffc440 hue: 0.12 , saturation: 1.00 and the lightness value of ffc440 is 0.63.

The process color (four color CMYK) of #ffc440 color hex is 0.00, 0.23, 0.75, 0.00. Web safe color of #ffc440 is #ffcc33. Color #ffc440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 01000000
Octal 377 304 100
Decimal 255 196 64
Hex FF C4 40

RGB Percentages of Color #ffc440

%49.51
%38.06
%12.43

CMYK Percentages of Color #ffc440

%0
%23
%75
%0

Triadic Colors of #ffc440

#ffc440 #40ffc4 #c440ff

Analogous Colors of #ffc440

#ffc440 #dbff40 #ff6540

Monochromatic Colors of #ffc440

#ffc440

Complementary Color

#ffc440 #407bff

#ffc440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc440 Color CSS Codes

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

#ffc440 Text Font Color

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

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


#ffc440 Background Color

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

This div background color is #ffc440


#ffc440 Border Color

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

This div border color is #ffc440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc440

#ffc440 Color Palettes


Comments

No comments written yet.

Please login to write comment.