Color Hex Logo

#ffe302 Color Hex

#FFE302
(255,227,2)
4 Favorites   0 Comments

Color spaces of #ffe302

RGB 2552272
HSL0.151.000.50
HSV53°99°100°
CMYK 0.000.110.99   0.00
XYZ68.720076.202611.1441
Yxy76.20260.44030.4883
Hunter Lab87.2941-12.245253.5368
CIE-Lab89.9533-7.931189.1250

#ffe302 color RGB value is (255,227,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 00000010
Octal 377 343 2
Decimal 255 227 2
Hex FF E3 2

RGB Percentages of Color #ffe302

%52.69
%46.90
%0.41

CMYK Percentages of Color #ffe302

%0
%11
%99
%0

Triadic Colors of #ffe302

#ffe302 #02ffe3 #e302ff

Analogous Colors of #ffe302

#ffe302 #9dff02 #ff6502

Monochromatic Colors of #ffe302

#ffe302

Complementary Color

#ffe302 #021eff

#ffe302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe302 Color CSS Codes

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

#ffe302 Text Font Color

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

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


#ffe302 Background Color

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

This div background color is #ffe302


#ffe302 Border Color

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

This div border color is #ffe302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe302


Comments

No comments written yet.

Please login to write comment.