Color Hex Logo

#ffee32 Color Hex

#FFEE32
(255,238,50)
0 Favorites   0 Comments

Color spaces of #ffee32

RGB 25523850
HSL0.151.000.60
HSV55°80°100°
CMYK 0.000.070.80   0.00
XYZ72.390382.639415.1532
Yxy82.63940.42540.4856
Hunter Lab90.9062-16.943053.7513
CIE-Lab92.8563-12.592884.0392

#ffee32 color RGB value is (255,238,50).

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

The process color (four color CMYK) of #ffee32 color hex is 0.00, 0.07, 0.80, 0.00. Web safe color of #ffee32 is #ffff33. Color #ffee32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 00110010
Octal 377 356 62
Decimal 255 238 50
Hex FF EE 32

RGB Percentages of Color #ffee32

%46.96
%43.83
%9.21

CMYK Percentages of Color #ffee32

%0
%7
%80
%0

Triadic Colors of #ffee32

#ffee32 #32ffee #ee32ff

Analogous Colors of #ffee32

#ffee32 #aaff32 #ff8832

Monochromatic Colors of #ffee32

#ffee32

Complementary Color

#ffee32 #3243ff

#ffee32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffee32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffee32 Color CSS Codes

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

#ffee32 Text Font Color

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

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


#ffee32 Background Color

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

This div background color is #ffee32


#ffee32 Border Color

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

This div border color is #ffee32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,238,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 #ffee32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffee32

Related Colors

#ffee32 Color Palettes


Comments

No comments written yet.

Please login to write comment.