Color Hex Logo

#ffdb65 Color Hex

#FFDB65
(255,219,101)
0 Favorites   0 Comments

Color spaces of #ffdb65

RGB 255219101
HSL0.131.000.70
HSV46°60°100°
CMYK 0.000.140.60   0.00
XYZ68.920572.862622.7433
Yxy72.86260.41890.4429
Hunter Lab85.3596-5.256043.9544
CIE-Lab88.3821-0.722861.3028

#ffdb65 color RGB value is (255,219,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 01100101
Octal 377 333 145
Decimal 255 219 101
Hex FF DB 65

RGB Percentages of Color #ffdb65

%44.35
%38.09
%17.57

CMYK Percentages of Color #ffdb65

%0
%14
%60
%0

Triadic Colors of #ffdb65

#ffdb65 #65ffdb #db65ff

Analogous Colors of #ffdb65

#ffdb65 #d6ff65 #ff8e65

Monochromatic Colors of #ffdb65

#ffdb65

Complementary Color

#ffdb65 #6589ff

#ffdb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb65 Color CSS Codes

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

#ffdb65 Text Font Color

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

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


#ffdb65 Background Color

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

This div background color is #ffdb65


#ffdb65 Border Color

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

This div border color is #ffdb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb65


Comments

No comments written yet.

Please login to write comment.