Color Hex Logo

#ffd665 Color Hex

#FFD665
(255,214,101)
0 Favorites   0 Comments

Color spaces of #ffd665

RGB 255214101
HSL0.121.000.70
HSV44°60°100°
CMYK 0.000.160.60   0.00
XYZ67.635570.292722.3150
Yxy70.29270.42210.4387
Hunter Lab83.8407-2.722842.9079
CIE-Lab87.14021.821159.9112

#ffd665 color RGB value is (255,214,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01100101
Octal 377 326 145
Decimal 255 214 101
Hex FF D6 65

RGB Percentages of Color #ffd665

%44.74
%37.54
%17.72

CMYK Percentages of Color #ffd665

%0
%16
%60
%0

Triadic Colors of #ffd665

#ffd665 #65ffd6 #d665ff

Analogous Colors of #ffd665

#ffd665 #dbff65 #ff8965

Monochromatic Colors of #ffd665

#ffd665

Complementary Color

#ffd665 #658eff

#ffd665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd665 Color CSS Codes

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

#ffd665 Text Font Color

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

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


#ffd665 Background Color

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

This div background color is #ffd665


#ffd665 Border Color

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

This div border color is #ffd665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd665

Related Colors


Comments

No comments written yet.

Please login to write comment.