color codes Logo

#ffd05e color codes

#FFD05E
(255,208,94)
0 Favorites   0 Comments

Color spaces of #ffd05e

RGB 25520894
HSL0.121.000.68
HSV42°63°100°
CMYK 0.000.180.63   0.00
XYZ65.816367.179920.0878
Yxy67.17990.42990.4388
Hunter Lab81.9633-0.100942.8434
CIE-Lab85.59474.444161.3078

#ffd05e color RGB value is (255,208,94).

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

The process color (four color CMYK) of #ffd05e color code is 0.00, 0.18, 0.63, 0.00. Web safe color of #ffd05e is #ffcc66. Color #ffd05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 01011110
Octal 377 320 136
Decimal 255 208 94
Hex FF D0 5E

RGB Percentages of Color #ffd05e

%45.78
%37.34
%16.88

CMYK Percentages of Color #ffd05e

%0
%18
%63
%0

Triadic Colors of #ffd05e

#ffd05e #5effd0 #d05eff

Analogous Colors of #ffd05e

#ffd05e #deff5e #ff805e

Monochromatic Colors of #ffd05e

#ffd05e

Complementary Color

#ffd05e #5e8dff

#ffd05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd05e Color CSS Codes

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

#ffd05e Text Font Color

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

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


#ffd05e Background Color

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

This div background color is #ffd05e


#ffd05e Border Color

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

This div border color is #ffd05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd05e

#ffd05e Color Palettes


Comments

No comments written yet.

Please login to write comment.