Color Hex Logo

#ffe138 Color Hex

#FFE138
(255,225,56)
0 Favorites   0 Comments

Color spaces of #ffe138

RGB 25522556
HSL0.141.000.61
HSV51°78°100°
CMYK 0.000.120.78   0.00
XYZ68.879075.396014.6639
Yxy75.39600.43340.4744
Hunter Lab86.8309-10.358150.7688
CIE-Lab89.5782-5.968279.5150

#ffe138 color RGB value is (255,225,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00111000
Octal 377 341 70
Decimal 255 225 56
Hex FF E1 38

RGB Percentages of Color #ffe138

%47.57
%41.98
%10.45

CMYK Percentages of Color #ffe138

%0
%12
%78
%0

Triadic Colors of #ffe138

#ffe138 #38ffe1 #e138ff

Analogous Colors of #ffe138

#ffe138 #baff38 #ff7e38

Monochromatic Colors of #ffe138

#ffe138

Complementary Color

#ffe138 #3856ff

#ffe138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe138 Color CSS Codes

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

#ffe138 Text Font Color

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

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


#ffe138 Background Color

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

This div background color is #ffe138


#ffe138 Border Color

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

This div border color is #ffe138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe138


Comments

No comments written yet.

Please login to write comment.