Color Hex Logo

#ffd541 Color Hex

#FFD541
(255,213,65)
0 Favorites   0 Comments

Color spaces of #ffd541

RGB 25521365
HSL0.131.000.63
HSV47°75°100°
CMYK 0.000.160.75   0.00
XYZ65.988469.230214.8858
Yxy69.23020.43960.4612
Hunter Lab83.2047-4.042547.6360
CIE-Lab86.61790.419073.8966

#ffd541 color RGB value is (255,213,65).

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

The process color (four color CMYK) of #ffd541 color hex is 0.00, 0.16, 0.75, 0.00. Web safe color of #ffd541 is #ffcc33. Color #ffd541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 01000001
Octal 377 325 101
Decimal 255 213 65
Hex FF D5 41

RGB Percentages of Color #ffd541

%47.84
%39.96
%12.20

CMYK Percentages of Color #ffd541

%0
%16
%75
%0

Triadic Colors of #ffd541

#ffd541 #41ffd5 #d541ff

Analogous Colors of #ffd541

#ffd541 #caff41 #ff7641

Monochromatic Colors of #ffd541

#ffd541

Complementary Color

#ffd541 #416bff

#ffd541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd541 Color CSS Codes

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

#ffd541 Text Font Color

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

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


#ffd541 Background Color

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

This div background color is #ffd541


#ffd541 Border Color

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

This div border color is #ffd541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd541

#ffd541 Color Palettes


Comments

No comments written yet.

Please login to write comment.