Color Hex Logo

#ffde65 Color Hex

#FFDE65
(255,222,101)
0 Favorites   0 Comments

Color spaces of #ffde65

RGB 255222101
HSL0.131.000.70
HSV47°60°100°
CMYK 0.000.130.60   0.00
XYZ69.710274.442123.0066
Yxy74.44210.41700.4453
Hunter Lab86.2798-6.769844.5862
CIE-Lab89.1310-2.241562.1378

#ffde65 color RGB value is (255,222,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 01100101
Octal 377 336 145
Decimal 255 222 101
Hex FF DE 65

RGB Percentages of Color #ffde65

%44.12
%38.41
%17.47

CMYK Percentages of Color #ffde65

%0
%13
%60
%0

Triadic Colors of #ffde65

#ffde65 #65ffde #de65ff

Analogous Colors of #ffde65

#ffde65 #d3ff65 #ff9165

Monochromatic Colors of #ffde65

#ffde65

Complementary Color

#ffde65 #6586ff

#ffde65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde65 Color CSS Codes

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

#ffde65 Text Font Color

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

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


#ffde65 Background Color

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

This div background color is #ffde65


#ffde65 Border Color

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

This div border color is #ffde65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde65

Related Colors

#ffde65 Color Palettes


Comments

No comments written yet.

Please login to write comment.