Color Hex Logo

#ffdd65 Color Hex

#FFDD65
(255,221,101)
0 Favorites   0 Comments

Color spaces of #ffdd65

RGB 255221101
HSL0.131.000.70
HSV47°60°100°
CMYK 0.000.130.60   0.00
XYZ69.445473.912522.9183
Yxy73.91250.41770.4445
Hunter Lab85.9724-6.265844.3753
CIE-Lab88.8811-1.736061.8595

#ffdd65 color RGB value is (255,221,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011101 01100101
Octal 377 335 145
Decimal 255 221 101
Hex FF DD 65

RGB Percentages of Color #ffdd65

%44.19
%38.30
%17.50

CMYK Percentages of Color #ffdd65

%0
%13
%60
%0

Triadic Colors of #ffdd65

#ffdd65 #65ffdd #dd65ff

Analogous Colors of #ffdd65

#ffdd65 #d4ff65 #ff9065

Monochromatic Colors of #ffdd65

#ffdd65

Complementary Color

#ffdd65 #6587ff

#ffdd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdd65 Color CSS Codes

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

#ffdd65 Text Font Color

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

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


#ffdd65 Background Color

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

This div background color is #ffdd65


#ffdd65 Border Color

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

This div border color is #ffdd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdd65


Comments

No comments written yet.

Please login to write comment.