Color Hex Logo

#ffd341 Color Hex

#FFD341
(255,211,65)
0 Favorites   0 Comments

Color spaces of #ffd341

RGB 25521165
HSL0.131.000.63
HSV46°75°100°
CMYK 0.000.170.75   0.00
XYZ65.488468.230214.7192
Yxy68.23020.44120.4597
Hunter Lab82.6016-3.033947.2559
CIE-Lab86.12141.438073.4264

#ffd341 color RGB value is (255,211,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 01000001
Octal 377 323 101
Decimal 255 211 65
Hex FF D3 41

RGB Percentages of Color #ffd341

%48.02
%39.74
%12.24

CMYK Percentages of Color #ffd341

%0
%17
%75
%0

Triadic Colors of #ffd341

#ffd341 #41ffd3 #d341ff

Analogous Colors of #ffd341

#ffd341 #ccff41 #ff7441

Monochromatic Colors of #ffd341

#ffd341

Complementary Color

#ffd341 #416dff

#ffd341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd341 Color CSS Codes

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

#ffd341 Text Font Color

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

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


#ffd341 Background Color

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

This div background color is #ffd341


#ffd341 Border Color

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

This div border color is #ffd341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd341


Comments

No comments written yet.

Please login to write comment.