Color Hex Logo

#ffe13d Color Hex

#FFE13D
(255,225,61)
0 Favorites   0 Comments

Color spaces of #ffe13d

RGB 25522561
HSL0.141.000.62
HSV51°76°100°
CMYK 0.000.120.76   0.00
XYZ69.007575.447315.3406
Yxy75.44730.43180.4721
Hunter Lab86.8604-10.193850.3310
CIE-Lab89.6021-5.792378.0029

#ffe13d color RGB value is (255,225,61).

#ffe13d hex color red value is 255, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ffe13d hue: 0.14 , saturation: 1.00 and the lightness value of ffe13d is 0.62.

The process color (four color CMYK) of #ffe13d color hex is 0.00, 0.12, 0.76, 0.00. Web safe color of #ffe13d is #ffcc33. Color #ffe13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00111101
Octal 377 341 75
Decimal 255 225 61
Hex FF E1 3D

RGB Percentages of Color #ffe13d

%47.13
%41.59
%11.28

CMYK Percentages of Color #ffe13d

%0
%12
%76
%0

Triadic Colors of #ffe13d

#ffe13d #3dffe1 #e13dff

Analogous Colors of #ffe13d

#ffe13d #bcff3d #ff803d

Monochromatic Colors of #ffe13d

#ffe13d

Complementary Color

#ffe13d #3d5bff

#ffe13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe13d Color CSS Codes

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

#ffe13d Text Font Color

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

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


#ffe13d Background Color

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

This div background color is #ffe13d


#ffe13d Border Color

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

This div border color is #ffe13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe13d

Related Colors


Comments

No comments written yet.

Please login to write comment.