Color Hex Logo

#ffe535 Color Hex

#FFE535
(255,229,53)
0 Favorites   0 Comments

Color spaces of #ffe535

RGB 25522953
HSL0.151.000.60
HSV52°79°100°
CMYK 0.000.100.79   0.00
XYZ69.901977.555714.6537
Yxy77.55570.43120.4784
Hunter Lab88.0657-12.431251.7804
CIE-Lab90.5768-8.060381.2605

#ffe535 color RGB value is (255,229,53).

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

The process color (four color CMYK) of #ffe535 color hex is 0.00, 0.10, 0.79, 0.00. Web safe color of #ffe535 is #ffcc33. Color #ffe535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 00110101
Octal 377 345 65
Decimal 255 229 53
Hex FF E5 35

RGB Percentages of Color #ffe535

%47.49
%42.64
%9.87

CMYK Percentages of Color #ffe535

%0
%10
%79
%0

Triadic Colors of #ffe535

#ffe535 #35ffe5 #e535ff

Analogous Colors of #ffe535

#ffe535 #b4ff35 #ff8035

Monochromatic Colors of #ffe535

#ffe535

Complementary Color

#ffe535 #354fff

#ffe535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe535 Color CSS Codes

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

#ffe535 Text Font Color

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

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


#ffe535 Background Color

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

This div background color is #ffe535


#ffe535 Border Color

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

This div border color is #ffe535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe535


Comments

No comments written yet.

Please login to write comment.