Color Hex Logo

#ffd063 Color Hex

#FFD063
(255,208,99)
0 Favorites   0 Comments

Color spaces of #ffd063

RGB 25520899
HSL0.121.000.69
HSV42°61°100°
CMYK 0.000.180.61   0.00
XYZ66.048067.272621.3082
Yxy67.27260.42710.4351
Hunter Lab82.01990.205642.0108
CIE-Lab85.64144.761359.1278

#ffd063 color RGB value is (255,208,99).

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

The process color (four color CMYK) of #ffd063 color hex is 0.00, 0.18, 0.61, 0.00. Web safe color of #ffd063 is #ffcc66. Color #ffd063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 01100011
Octal 377 320 143
Decimal 255 208 99
Hex FF D0 63

RGB Percentages of Color #ffd063

%45.37
%37.01
%17.62

CMYK Percentages of Color #ffd063

%0
%18
%61
%0

Triadic Colors of #ffd063

#ffd063 #63ffd0 #d063ff

Analogous Colors of #ffd063

#ffd063 #e0ff63 #ff8263

Monochromatic Colors of #ffd063

#ffd063

Complementary Color

#ffd063 #6392ff

#ffd063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd063 Color CSS Codes

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

#ffd063 Text Font Color

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

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


#ffd063 Background Color

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

This div background color is #ffd063


#ffd063 Border Color

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

This div border color is #ffd063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,208,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffd063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd063


Comments

No comments written yet.

Please login to write comment.