Color Hex Logo

#ffd264 Color Hex

#FFD264
(255,210,100)
1 Favorites   0 Comments

Color spaces of #ffd264

RGB 255210100
HSL0.121.000.70
HSV43°61°100°
CMYK 0.000.180.61   0.00
XYZ66.586868.273321.7251
Yxy68.27330.42520.4360
Hunter Lab82.6277-0.751442.2504
CIE-Lab86.14293.800659.2401

#ffd264 color RGB value is (255,210,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01100100
Octal 377 322 144
Decimal 255 210 100
Hex FF D2 64

RGB Percentages of Color #ffd264

%45.13
%37.17
%17.70

CMYK Percentages of Color #ffd264

%0
%18
%61
%0

Triadic Colors of #ffd264

#ffd264 #64ffd2 #d264ff

Analogous Colors of #ffd264

#ffd264 #dfff64 #ff8564

Monochromatic Colors of #ffd264

#ffd264

Complementary Color

#ffd264 #6491ff

#ffd264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd264 Color CSS Codes

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

#ffd264 Text Font Color

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

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


#ffd264 Background Color

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

This div background color is #ffd264


#ffd264 Border Color

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

This div border color is #ffd264


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,210,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 #ffd264">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd264

Related Colors


Comments

No comments written yet.

Please login to write comment.