Color Hex Logo

#ffdc65 Color Hex

#FFDC65
(255,220,101)
1 Favorites   0 Comments

Color spaces of #ffdc65

RGB 255220101
HSL0.131.000.70
HSV46°60°100°
CMYK 0.000.140.60   0.00
XYZ69.182273.386022.8305
Yxy73.38600.41830.4437
Hunter Lab85.6656-5.761144.1647
CIE-Lab88.6315-1.229761.5812

#ffdc65 color RGB value is (255,220,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01100101
Octal 377 334 145
Decimal 255 220 101
Hex FF DC 65

RGB Percentages of Color #ffdc65

%44.27
%38.19
%17.53

CMYK Percentages of Color #ffdc65

%0
%14
%60
%0

Triadic Colors of #ffdc65

#ffdc65 #65ffdc #dc65ff

Analogous Colors of #ffdc65

#ffdc65 #d5ff65 #ff8f65

Monochromatic Colors of #ffdc65

#ffdc65

Complementary Color

#ffdc65 #6588ff

#ffdc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc65 Color CSS Codes

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

#ffdc65 Text Font Color

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

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


#ffdc65 Background Color

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

This div background color is #ffdc65


#ffdc65 Border Color

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

This div border color is #ffdc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc65

Related Colors

#ffdc65 Color Palettes


Comments

No comments written yet.

Please login to write comment.