Color Hex Logo

#ffe30f Color Hex

#FFE30F
(255,227,15)
0 Favorites   0 Comments

Color spaces of #ffe30f

RGB 25522715
HSL0.151.000.53
HSV53°94°100°
CMYK 0.000.110.94   0.00
XYZ68.795376.232711.5404
Yxy76.23270.43940.4869
Hunter Lab87.3113-12.149253.2813
CIE-Lab89.9673-7.827488.0530

#ffe30f color RGB value is (255,227,15).

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

The process color (four color CMYK) of #ffe30f color hex is 0.00, 0.11, 0.94, 0.00. Web safe color of #ffe30f is #ffcc00. Color #ffe30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 00001111
Octal 377 343 17
Decimal 255 227 15
Hex FF E3 F

RGB Percentages of Color #ffe30f

%51.31
%45.67
%3.02

CMYK Percentages of Color #ffe30f

%0
%11
%94
%0

Triadic Colors of #ffe30f

#ffe30f #0fffe3 #e30fff

Analogous Colors of #ffe30f

#ffe30f #a3ff0f #ff6b0f

Monochromatic Colors of #ffe30f

#ffe30f

Complementary Color

#ffe30f #0f2bff

#ffe30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe30f Color CSS Codes

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

#ffe30f Text Font Color

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

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


#ffe30f Background Color

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

This div background color is #ffe30f


#ffe30f Border Color

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

This div border color is #ffe30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe30f

#ffe30f Color Palettes


Comments

No comments written yet.

Please login to write comment.