Color Hex Logo

#ffe132 Color Hex

#FFE132
(255,225,50)
1 Favorites   0 Comments

Color spaces of #ffe132

RGB 25522550
HSL0.141.000.60
HSV51°80°100°
CMYK 0.000.120.80   0.00
XYZ68.740975.340713.9368
Yxy75.34070.43500.4768
Hunter Lab86.7990-10.534451.2395
CIE-Lab89.5523-6.157381.1937

#ffe132 color RGB value is (255,225,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00110010
Octal 377 341 62
Decimal 255 225 50
Hex FF E1 32

RGB Percentages of Color #ffe132

%48.11
%42.45
%9.43

CMYK Percentages of Color #ffe132

%0
%12
%80
%0

Triadic Colors of #ffe132

#ffe132 #32ffe1 #e132ff

Analogous Colors of #ffe132

#ffe132 #b7ff32 #ff7b32

Monochromatic Colors of #ffe132

#ffe132

Complementary Color

#ffe132 #3250ff

#ffe132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe132 Color CSS Codes

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

#ffe132 Text Font Color

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

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


#ffe132 Background Color

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

This div background color is #ffe132


#ffe132 Border Color

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

This div border color is #ffe132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe132


Comments

No comments written yet.

Please login to write comment.