Color Hex Logo

#ffd965 Color Hex

#FFD965
(255,217,101)
0 Favorites   0 Comments

Color spaces of #ffd965

RGB 255217101
HSL0.131.000.70
HSV45°60°100°
CMYK 0.000.150.60   0.00
XYZ68.401871.825322.5704
Yxy71.82530.42020.4412
Hunter Lab84.7498-4.244343.5349
CIE-Lab87.88440.292860.7462

#ffd965 color RGB value is (255,217,101).

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

The process color (four color CMYK) of #ffd965 color hex is 0.00, 0.15, 0.60, 0.00. Web safe color of #ffd965 is #ffcc66. Color #ffd965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01100101
Octal 377 331 145
Decimal 255 217 101
Hex FF D9 65

RGB Percentages of Color #ffd965

%44.50
%37.87
%17.63

CMYK Percentages of Color #ffd965

%0
%15
%60
%0

Triadic Colors of #ffd965

#ffd965 #65ffd9 #d965ff

Analogous Colors of #ffd965

#ffd965 #d8ff65 #ff8c65

Monochromatic Colors of #ffd965

#ffd965

Complementary Color

#ffd965 #658bff

#ffd965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd965 Color CSS Codes

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

#ffd965 Text Font Color

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

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


#ffd965 Background Color

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

This div background color is #ffd965


#ffd965 Border Color

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

This div border color is #ffd965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd965

Related Colors


Comments

No comments written yet.

Please login to write comment.