Color Hex Logo

#ffd468 Color Hex

#FFD468
(255,212,104)
0 Favorites   0 Comments

Color spaces of #ffd468

RGB 255212104
HSL0.121.000.70
HSV43°59°100°
CMYK 0.000.170.59   0.00
XYZ67.282269.346422.9358
Yxy69.34640.42170.4346
Hunter Lab83.2745-1.510041.9622
CIE-Lab86.67533.046558.0261

#ffd468 color RGB value is (255,212,104).

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

The process color (four color CMYK) of #ffd468 color hex is 0.00, 0.17, 0.59, 0.00. Web safe color of #ffd468 is #ffcc66. Color #ffd468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01101000
Octal 377 324 150
Decimal 255 212 104
Hex FF D4 68

RGB Percentages of Color #ffd468

%44.66
%37.13
%18.21

CMYK Percentages of Color #ffd468

%0
%17
%59
%0

Triadic Colors of #ffd468

#ffd468 #68ffd4 #d468ff

Analogous Colors of #ffd468

#ffd468 #dfff68 #ff8968

Monochromatic Colors of #ffd468

#ffd468

Complementary Color

#ffd468 #6893ff

#ffd468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd468 Color CSS Codes

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

#ffd468 Text Font Color

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

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


#ffd468 Background Color

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

This div background color is #ffd468


#ffd468 Border Color

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

This div border color is #ffd468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd468

#ffd468 Color Palettes


Comments

No comments written yet.

Please login to write comment.