Color Hex Logo

#ffd25e Color Hex

#FFD25E
(255,210,94)
0 Favorites   0 Comments

Color spaces of #ffd25e

RGB 25521094
HSL0.121.000.68
HSV43°63°100°
CMYK 0.000.180.63   0.00
XYZ66.307068.161320.2514
Yxy68.16130.42860.4405
Hunter Lab82.5599-1.119543.2484
CIE-Lab86.08703.418661.8484

#ffd25e color RGB value is (255,210,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01011110
Octal 377 322 136
Decimal 255 210 94
Hex FF D2 5E

RGB Percentages of Color #ffd25e

%45.62
%37.57
%16.82

CMYK Percentages of Color #ffd25e

%0
%18
%63
%0

Triadic Colors of #ffd25e

#ffd25e #5effd2 #d25eff

Analogous Colors of #ffd25e

#ffd25e #dcff5e #ff825e

Monochromatic Colors of #ffd25e

#ffd25e

Complementary Color

#ffd25e #5e8bff

#ffd25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd25e Color CSS Codes

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

#ffd25e Text Font Color

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

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


#ffd25e Background Color

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

This div background color is #ffd25e


#ffd25e Border Color

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

This div border color is #ffd25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd25e


Comments

No comments written yet.

Please login to write comment.